次の方法で共有


IContainerServiceAgentPool インターフェイス

定義

コンテナー サービス エージェント プールのクライアント側表現。

public interface IContainerServiceAgentPool : 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.ContainerServiceAgentPoolProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>
type IContainerServiceAgentPool = interface
    interface IBeta
    interface IChildResource<IOrchestratorServiceBase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IOrchestratorServiceBase>
    interface IHasInner<ContainerServiceAgentPoolProfile>
Public Interface IContainerServiceAgentPool
Implements IBeta, IChildResource(Of IOrchestratorServiceBase), IHasInner(Of ContainerServiceAgentPoolProfile), IHasParent(Of IOrchestratorServiceBase)
実装

プロパティ

Count

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

DnsPrefix

エージェント プールの FQDN の作成に使用する DNS プレフィックスを取得します。

Fqdn

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

Inner

コンテナー サービス エージェント プールのクライアント側表現。

(継承元 IHasInner<T>)
Key

コンテナー サービス エージェント プールのクライアント側表現。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
NetworkId

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

OSDiskSizeInGB

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

OSType

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

Parent

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

(継承元 IHasParent<ParentT>)
Ports

このエージェント プールで開かれたポートの配列を取得します。

StorageProfile

エージェント プール内の各仮想マシンのストレージの種類 (マネージドまたはクラシック) セットを取得します。

SubnetName

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

VMSize

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

適用対象