次の方法で共有


IWithCreate インターフェイス

定義

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

public interface IWithCreate : Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithDescription, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithDisallowed, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithEndOfLifeDate, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithEula, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithPrivacyStatementUri, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithPurchasePlan, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithRecommendedVMConfiguration, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithReleaseNoteUri, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
type IWithCreate = interface
    interface IBeta
    interface ICreatable<IGalleryImage>
    interface IIndexable
    interface IWithDescription
    interface IWithDisallowed
    interface IWithEndOfLifeDate
    interface IWithEula
    interface IWithPrivacyStatementUri
    interface IWithPurchasePlan
    interface IWithRecommendedVMConfiguration
    interface IWithReleaseNoteUri
    interface IWithTags
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IGalleryImage), IWithDescription, IWithDisallowed, IWithEndOfLifeDate, IWithEula, IWithPrivacyStatementUri, IWithPurchasePlan, IWithRecommendedVMConfiguration, IWithReleaseNoteUri, IWithTags
派生
実装

プロパティ

Key

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

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

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

説明を指定します。

(継承元 IWithDescription)
WithDisallowed(Disallowed)

許可されていない設定を指定します。

(継承元 IWithDisallowed)
WithEndOfLifeDate(DateTime)

イメージの有効期間の終了日を指定します。

(継承元 IWithEndOfLifeDate)
WithEula(String)

eula を指定します。

(継承元 IWithEula)
WithPrivacyStatementUri(String)

イメージのプライバシーに関する声明の URI を指定します。

(継承元 IWithPrivacyStatementUri)
WithPurchasePlan(ImagePurchasePlan)

このイメージの購入計画を指定します。

(継承元 IWithPurchasePlan)
WithPurchasePlan(String, String, String)

このイメージの購入計画を指定します。

(継承元 IWithPurchasePlan)
WithRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration)

イメージに基づいて仮想マシンに推奨される構成を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedCPUsCountForVirtualMachine(Int32, Int32)

イメージ上の仮想マシン ベースに推奨される仮想 CUP を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMaximumCPUsCountForVirtualMachine(Int32)

このイメージの仮想マシン ベースに推奨される仮想 CUP の最大数を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMaximumMemoryForVirtualMachine(Int32)

イメージ上の仮想マシン ベースに推奨される最大メモリを指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMemoryForVirtualMachine(Int32, Int32)

イメージ上の仮想マシン ベースに推奨されるメモリを指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMinimumCPUsCountForVirtualMachine(Int32)

イメージ上の仮想マシン ベースに推奨される仮想 CUP の最小数を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMinimumMemoryForVirtualMachine(Int32)

イメージ上の仮想マシン ベースに推奨される最小メモリを指定します。

(継承元 IWithRecommendedVMConfiguration)
WithReleaseNoteUri(String)

リリース ノートの URI を指定します。

(継承元 IWithReleaseNoteUri)
WithTags(IDictionary<String,String>)

タグを指定します。

(継承元 IWithTags)
WithUnsupportedDiskType(DiskSkuTypes)

イメージでサポートされていないディスクの種類を指定します。

(継承元 IWithDisallowed)
WithUnsupportedDiskTypes(IList<DiskSkuTypes>)

イメージでサポートされていないディスクの種類を指定します。

(継承元 IWithDisallowed)

適用対象