次の方法で共有


IDefinition インターフェイス

定義

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

public interface IDefinition : Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IBlank, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithCreate, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithLocation, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithSource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithImage
    interface IWithLocation
    interface IWithSource
    interface IWithCreate
    interface ICreatable<IGalleryImageVersion>
    interface IIndexable
    interface IWithAvailableRegion
    interface IWithEndOfLifeDate
    interface IWithExcludeFromLatest
    interface IWithTags
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IGalleryImageVersion), IWithCreate, IWithLocation, IWithSource
実装

プロパティ

Key

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

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

(継承元 ICreatable<T>)
WithEndOfLifeDate(DateTime)

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

(継承元 IWithEndOfLifeDate)
WithExcludedFromLatest()

このバージョンが最新のバージョンと見なす候補ではないことを指定します。

(継承元 IWithExcludeFromLatest)
WithExistingImage(String, String, String)

このイメージ バージョンを保持するイメージ コンテナーを指定します。

(継承元 IWithImage)
WithLocation(Region)

場所を指定します。

(継承元 IWithLocation)
WithLocation(String)

イメージ バージョンの既定の場所を指定します。

(継承元 IWithLocation)
WithRegionAvailability(IList<TargetRegion>)

イメージ バージョンを使用できる必要があるリージョンの一覧を指定します。

(継承元 IWithAvailableRegion)
WithRegionAvailability(Region, Int32)

イメージ バージョンを使用できる必要があるリージョンを指定します。

(継承元 IWithAvailableRegion)
WithSourceCustomImage(IVirtualMachineCustomImage)

指定したカスタム イメージをイメージ バージョンのソースとして使用する必要があることを指定します。

(継承元 IWithSource)
WithSourceCustomImage(String)

指定したカスタム イメージをイメージ バージョンのソースとして使用する必要があることを指定します。

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

タグを指定します。

(継承元 IWithTags)

適用対象