次の方法で共有


IKubernetesClusterAgentPool インターフェイス

定義

Kubernetes クラスター エージェント プールのクライアント側表現。

public interface IKubernetesClusterAgentPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAgentPoolProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>
type IKubernetesClusterAgentPool = interface
    interface IBeta
    interface IChildResource<IOrchestratorServiceBase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IOrchestratorServiceBase>
    interface IHasInner<ManagedClusterAgentPoolProfile>
Public Interface IKubernetesClusterAgentPool
Implements IBeta, IChildResource(Of IOrchestratorServiceBase), IHasInner(Of ManagedClusterAgentPoolProfile), IHasParent(Of IOrchestratorServiceBase)
実装

プロパティ

Count

Docker コンテナーをホストするエージェント (仮想マシン) の数を取得します。

Inner

Kubernetes クラスター エージェント プールのクライアント側表現。

(継承元 IHasInner<T>)
Key

Kubernetes クラスター エージェント プールのクライアント側表現。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
NetworkId

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

OSDiskSizeInGB

エージェント プール内の仮想マシンごとに設定された OS ディスク サイズを GB 単位で取得します。

OSType

エージェント プール内の各仮想マシンの OS を取得します。

Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
SubnetName

エージェント プール内の各仮想マシンによって使用されるサブネットの名前を取得します。

Type

エージェント プールの種類を取得します。

VMSize

エージェント プール内の各エージェント仮想マシンのサイズを取得します。

適用対象