次の方法で共有


IDefinition<ParentT> インターフェイス

定義

親定義の一部としてのコンテナー サービス エージェント プール定義の全体。

public interface IDefinition<ParentT> : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IBlank<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAgentPoolMode<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAgentPoolType<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAgentPoolVirtualMachineCount<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithMaxPodsCount<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithOSDiskSize<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithOSType<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithVirtualNetwork<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IDefinition<'ParentT> = interface
    interface IBeta
    interface IBlank<'ParentT>
    interface IWithOSType<'ParentT>
    interface IWithOSDiskSize<'ParentT>
    interface IWithAgentPoolType<'ParentT>
    interface IWithAgentPoolMode<'ParentT>
    interface IWithAgentPoolVirtualMachineCount<'ParentT>
    interface IWithMaxPodsCount<'ParentT>
    interface IWithVirtualNetwork<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAgentPoolMode(Of ParentT), IWithAgentPoolType(Of ParentT), IWithAgentPoolVirtualMachineCount(Of ParentT), IWithAttach(Of ParentT), IWithMaxPodsCount(Of ParentT), IWithOSDiskSize(Of ParentT), IWithOSType(Of ParentT), IWithVirtualNetwork(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻るコンテナー サービス定義のステージ。

実装

メソッド

Attach()

親定義の一部としてのコンテナー サービス エージェント プール定義の全体。

(継承元 IInDefinition<ParentT>)
WithAgentPoolMode(AgentPoolMode)

エージェント プールの種類を、エージェント プール内のすべての仮想マシンに設定します。

(継承元 IWithAgentPoolMode<ParentT>)
WithAgentPoolModeName(String)

種類名でエージェント プールの種類を設定します。

(継承元 IWithAgentPoolMode<ParentT>)
WithAgentPoolType(AgentPoolType)

エージェント プールの種類を、エージェント プール内のすべての仮想マシンに設定します。

(継承元 IWithAgentPoolType<ParentT>)
WithAgentPoolTypeName(String)

種類名でエージェント プールの種類を設定します。

(継承元 IWithAgentPoolType<ParentT>)
WithAgentPoolVirtualMachineCount(Int32)

Docker コンテナーをホストするエージェント (Virtual Machines) の数を指定します。

(継承元 IWithAgentPoolVirtualMachineCount<ParentT>)
WithMaxPodsCount(Int32)

ノードで実行できるポッドの最大数を指定します。

(継承元 IWithMaxPodsCount<ParentT>)
WithOSDiskSizeInGB(Int32)

エージェント プール内の各仮想マシンに使用される OS ディスク サイズ (GB)。

(継承元 IWithOSDiskSize<ParentT>)
WithOSType(OSType)

エージェント プール内の各仮想マシンに使用される OS の種類。 既定値は Linux です。

(継承元 IWithOSType<ParentT>)
WithVirtualMachineSize(ContainerServiceVMSizeTypes)

エージェントとして使用する仮想マシンのサイズを指定します。

(継承元 IBlank<ParentT>)
WithVirtualNetwork(String, String)

エージェントに使用する仮想ネットワークを指定します。

(継承元 IWithVirtualNetwork<ParentT>)

適用対象