次の方法で共有


IWithCreate インターフェイス

定義

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

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

プロパティ

Key

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

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

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

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

(継承元 IWithEndOfLifeDate)
WithExcludedFromLatest()

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

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

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

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

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

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

タグを指定します。

(継承元 IWithTags)

適用対象