次の方法で共有


IContainerService インターフェイス

定義

コンテナー サービスのクライアント側表現。

public interface IContainerService : Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager,Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Update.IUpdate>
type IContainerService = interface
    interface IBeta
    interface IGroupableResource<IContainerServiceManager, ContainerServiceInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IContainerServiceManager>
    interface IHasInner<ContainerServiceInner>
    interface IRefreshable<IContainerService>
    interface IUpdatable<IUpdate>
    interface IOrchestratorServiceBase
Public Interface IContainerService
Implements IBeta, IGroupableResource(Of IContainerServiceManager, ContainerServiceInner), IHasInner(Of ContainerServiceInner), IHasManager(Of IContainerServiceManager), IOrchestratorServiceBase, IRefreshable(Of IContainerService), IUpdatable(Of IUpdate)
実装

プロパティ

AgentPools

エージェント プール マップを取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

コンテナー サービスのクライアント側表現。

(継承元 IHasInner<T>)
IsDiagnosticsEnabled

診断が有効になっている場合は true を取得します。

Key

コンテナー サービスのクライアント側表現。

(継承元 IIndexable)
LinuxRootUsername

Linux ルート ユーザー名を取得します。

Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
MasterDnsPrefix

作成時に指定されたマスター DNS プレフィックスを取得します。

MasterFqdn

マスター FQDN を取得します。

MasterNodeCount

マスター ノード数を取得します。

MasterOSDiskSizeInGB

マスター プール内のすべてのマシンに対して設定された OS ディスク サイズ (GB) を取得します。

MasterStorageProfile

マスター プール内のすべてのマシンに対して設定されたストレージの種類を取得します。

MasterSubnetName

マスター プール内のすべてのマシンで使用されるサブネットの名前を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
NetworkId

マスター プールとエージェント プール内のすべてのマシンで使用される仮想ネットワークの ID を取得します。

OrchestratorType

オーケストレーターの型を取得します。

Region

コンテナー サービスのクライアント側表現。

(継承元 IResource)
RegionName

コンテナー サービスのクライアント側表現。

(継承元 IResource)
ResourceGroupName

コンテナー サービスのクライアント側表現。

(継承元 IHasResourceGroup)
ServicePrincipalClientId

サービス プリンシパル クライアント ID を取得します。

ServicePrincipalSecret

サービス プリンシパル シークレットを取得します。

SshKey

Linux SSH キーを取得します。

Tags

コンテナー サービスのクライアント側表現。

(継承元 IResource)
Type

コンテナー サービスのクライアント側表現。

(継承元 IResource)

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

コンテナー サービスのクライアント側表現。

(継承元 IUpdatable<T>)

適用対象