次の方法で共有


IWithCreate インターフェイス

定義

作成するリソースに必要なすべての最小入力を含む定義のステージ。また、その他のオプション設定を指定することもできます。

public interface IWithCreate : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAddOnProfiles, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithDnsPrefix, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithNetworkProfile, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithVirtualNode, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>
type IWithCreate = interface
    interface ICreatable<IKubernetesCluster>
    interface IIndexable
    interface IWithNetworkProfile
    interface IBeta
    interface IWithDnsPrefix
    interface IWithAddOnProfiles
    interface IWithAddOnProfilesBeta
    interface IWithVirtualNode
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IKubernetesCluster), IDefinitionWithTags(Of IWithCreate), IWithAddOnProfiles, IWithDnsPrefix, IWithNetworkProfile, IWithVirtualNode
派生
実装

プロパティ

DefineNetworkProfile

取得 Kubernetes クラスターにアタッチするネットワーク プロファイルの定義を開始します。

(継承元 IWithNetworkProfile)
Key

作成するリソースに必要なすべての最小入力を含む定義のステージ。また、その他のオプション設定を指定することもできます。

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

(継承元 ICreatable<T>)
WithAddOnProfiles(IDictionary<String,ManagedClusterAddonProfile>)

クラスターのアドオンのプロファイルを更新します。

(継承元 IWithAddOnProfilesBeta)
WithDnsPrefix(String)

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

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

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

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

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

(継承元 IDefinitionWithTags<T>)
WithVirtualNode(String)

ACI を使用して仮想ノードを作成します。 重要: このメソッドは、'WithAddOnProfiles' の後に呼び出す必要があります。

(継承元 IWithVirtualNode)

適用対象