IWithCreate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
作成するリソースに必要なすべての最小入力を含む定義のステージ。また、その他のオプション設定を指定することもできます。
public interface IWithCreate : Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithDiagnostics, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterDnsPrefix, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterOSDiskSize, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterStorageProfile, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterVMSize, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithSubnet, 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 IWithCreate = interface
interface IWithMasterDnsPrefix
interface IWithDiagnostics
interface IWithMasterVMSize
interface IWithMasterStorageProfile
interface IWithMasterOSDiskSize
interface IWithSubnet
interface ICreatable<IContainerService>
interface IIndexable
interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of IContainerService), IDefinitionWithTags(Of IWithCreate), IWithDiagnostics, IWithMasterDnsPrefix, IWithMasterOSDiskSize, IWithMasterStorageProfile, IWithMasterVMSize, IWithSubnet
- 派生
- 実装
プロパティ
Key |
作成するリソースに必要なすべての最小入力を含む定義のステージ。また、その他のオプション設定を指定することもできます。 (継承元 IIndexable) |
Name |
作成可能なリソースの名前を取得します。 (継承元 ICreatable<T>) |
メソッド
Create() |
作成要求を実行します。 (継承元 ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。 (継承元 ICreatable<T>) |
WithDiagnostics() |
診断を有効にします。 (継承元 IWithDiagnostics) |
WithMasterDnsPrefix(String) |
マスター プールの FQDN の作成に使用する DNS プレフィックスを指定します。 (継承元 IWithMasterDnsPrefix) |
WithMasterOSDiskSizeInGB(Int32) |
マスター プール内のすべてのマシンに使用される OS ディスク サイズ (GB)。 0 を指定した場合、既定の osDisk サイズは、指定された vmSize に従って使用されます。 (継承元 IWithMasterOSDiskSize) |
WithMasterStorageProfile(ContainerServiceStorageProfileTypes) |
マスター プール内のすべてのマシンに使用するストレージの種類を指定します。 (継承元 IWithMasterStorageProfile) |
WithMasterVMSize(ContainerServiceVMSizeTypes) |
マスター VM のサイズを指定します。既定値は "Standard_D2_v2" に設定されます。 (継承元 IWithMasterVMSize) |
WithSubnet(String, String) |
マスター プールとエージェント プール内の仮想マシンの仮想ネットワークとサブネットを指定します。 (継承元 IWithSubnet) |
WithTag(String, String) |
リソースにタグを追加します。 (継承元 IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
リソースのタグを {@link Map} として指定します。 (継承元 IDefinitionWithTags<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET