次の方法で共有


IDefinition インターフェイス

定義

コンテナー サービスに関連するすべての定義のコンテナー インターフェイス。

public interface IDefinition : Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IBlank, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithAgentPool, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithGroup, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithLinux, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithLinuxRootUsername, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithLinuxSshKey, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterNodeCount, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithServicePrincipalProfile, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithOrchestrator>
    interface IWithExistingResourceGroup<IWithOrchestrator>
    interface IWithNewResourceGroup<IWithOrchestrator>
    interface IWithCreatableResourceGroup<IWithOrchestrator>
    interface IWithOrchestrator
    interface IWithMasterNodeCount
    interface IWithLinux
    interface IWithLinuxRootUsername
    interface IWithLinuxSshKey
    interface IWithAgentPool
    interface IWithServicePrincipalProfile
    interface IWithCreate
    interface IWithMasterDnsPrefix
    interface IWithDiagnostics
    interface IWithMasterVMSize
    interface IWithMasterStorageProfile
    interface IWithMasterOSDiskSize
    interface IWithSubnet
    interface ICreatable<IContainerService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBlank, ICreatable(Of IContainerService), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithAgentPool, IWithCreatableResourceGroup(Of IWithOrchestrator), IWithCreate, IWithExistingResourceGroup(Of IWithOrchestrator), IWithGroup, IWithGroup(Of IWithOrchestrator), IWithLinux, IWithLinuxRootUsername, IWithLinuxSshKey, IWithMasterNodeCount, IWithNewResourceGroup(Of IWithOrchestrator), IWithOrchestrator, IWithServicePrincipalProfile
実装

プロパティ

Key

コンテナー サービスに関連するすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
DefineAgentPool(String)

コンテナー サービスにアタッチするエージェント プール プロファイルの定義を開始します。

(継承元 IWithAgentPool)
WithDcosOrchestration()

コンテナー サービスの DCOS オーケストレーションの種類を指定します。

(継承元 IWithOrchestrator)
WithDiagnostics()

診断を有効にします。

(継承元 IWithDiagnostics)
WithExistingResourceGroup(IResourceGroup)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithKubernetesOrchestration()

コンテナー サービスの Kubernetes オーケストレーションの種類を指定します。

(継承元 IWithOrchestrator)
WithLinux()

Linux 設定を指定する定義を開始します。

(継承元 IWithLinux)
WithMasterDnsPrefix(String)

マスター プールの FQDN の作成に使用する DNS プレフィックスを指定します。

(継承元 IWithMasterDnsPrefix)
WithMasterNodeCount(ContainerServiceMasterProfileCount)

マスター ノード数を指定します。

(継承元 IWithMasterNodeCount)
WithMasterOSDiskSizeInGB(Int32)

マスター プール内のすべてのマシンに使用される OS ディスク サイズ (GB)。 0 を指定すると、指定した vmSize に従って既定の osDisk サイズが使用されます。

(継承元 IWithMasterOSDiskSize)
WithMasterStorageProfile(ContainerServiceStorageProfileTypes)

マスター プール内のすべてのマシンに使用するストレージの種類を指定します。

(継承元 IWithMasterStorageProfile)
WithMasterVMSize(ContainerServiceVMSizeTypes)

マスター VM のサイズを指定します。既定値は "Standard_D2_v2" に設定されます。

(継承元 IWithMasterVMSize)
WithNewResourceGroup()

コンテナー サービスに関連するすべての定義のコンテナー インターフェイス。

(継承元 IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

指定された定義に基づいて、リソースを配置する新しいリソース グループを作成します。

(継承元 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

コンテナー サービスに関連するすべての定義のコンテナー インターフェイス。

(継承元 IWithNewResourceGroup<T>)
WithRegion(Region)

リソースのリージョンを指定します。

(継承元 IDefinitionWithRegion<T>)
WithRegion(String)

リソースのリージョンを名前で指定します。

(継承元 IDefinitionWithRegion<T>)
WithRootUsername(String)

Linux ルート ユーザー名を指定する定義を開始します。

(継承元 IWithLinuxRootUsername)
WithServicePrincipal(String, String)

クラスター サービス プリンシパルのプロパティ。

(継承元 IWithServicePrincipalProfile)
WithSshKey(String)

Linux ssh キーを指定する定義を開始します。

(継承元 IWithLinuxSshKey)
WithSubnet(String, String)

マスター プールとエージェント プール内の仮想マシンの仮想ネットワークとサブネットを指定します。

(継承元 IWithSubnet)
WithSwarmOrchestration()

コンテナー サービスの Swarm オーケストレーションの種類を指定します。

(継承元 IWithOrchestrator)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IDefinitionWithTags<T>)

適用対象