次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含むギャラリー イメージ バージョン更新操作のテンプレート。

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

プロパティ

Key

変更できるすべての設定を含むギャラリー イメージ バージョン更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

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

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

(継承元 IWithEndOfLifeDate)
WithExcludedFromLatest()

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

(継承元 IWithExcludeFromLatest)
WithoutExcludedFromLatest()

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

(継承元 IWithExcludeFromLatest)
WithoutRegionAvailability(Region)

イメージ バージョンを提供する既存のリージョンから削除する必要があることを指定します。

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

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

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

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

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

タグを指定します。

(継承元 IWithTags)

適用対象