次の方法で共有


IDefinition インターフェイス

定義

ギャラリー イメージ定義の全体。

public interface IDefinition : Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IBlank, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithIdentifier, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithLocation, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithGallery
    interface IWithLocation
    interface IWithIdentifier
    interface IWithOsTypeAndState
    interface IWithCreate
    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 IDefinition
Implements IBeta, IBlank, ICreatable(Of IGalleryImage), IWithCreate, IWithIdentifier, IWithLocation, IWithOsTypeAndState
実装

プロパティ

Key

ギャラリー イメージ定義の全体。

(継承元 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)
WithExistingGallery(IGallery)

このイメージが存在するギャラリーを指定します。

(継承元 IWithGallery)
WithExistingGallery(String, String)

このイメージが存在するギャラリーを指定します。

(継承元 IWithGallery)
WithGeneralizedLinux()

イメージが一般化された OS 状態の Linux イメージであることを指定します。

(継承元 IWithOsTypeAndState)
WithGeneralizedWindows()

イメージが一般化された OS 状態の Windows イメージであることを指定します。

(継承元 IWithOsTypeAndState)
WithIdentifier(GalleryImageIdentifier)

イメージの識別子 (発行元、オファー、SKU) を指定します。

(継承元 IWithIdentifier)
WithIdentifier(String, String, String)

イメージの識別子 (発行元、オファー、SKU) を指定します。

(継承元 IWithIdentifier)
WithLinux(OperatingSystemStateTypes)

イメージが Linux イメージであることを指定します。

(継承元 IWithOsTypeAndState)
WithLocation(Region)

場所を指定します。

(継承元 IWithLocation)
WithLocation(String)

場所を指定します。

(継承元 IWithLocation)
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)
WithWindows(OperatingSystemStateTypes)

イメージが Windows イメージであることを指定します。

(継承元 IWithOsTypeAndState)

適用対象