次の方法で共有


IGalleryImageVersion インターフェイス

定義

Azure ギャラリー イメージ バージョンの不変のクライアント側表現。

public interface IGalleryImageVersion : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate>
type IGalleryImageVersion = interface
    interface IBeta
    interface IHasId
    interface IHasInner<GalleryImageVersionInner>
    interface IIndexable
    interface IRefreshable<IGalleryImageVersion>
    interface IUpdatable<IUpdate>
    interface IHasManager<IComputeManager>
Public Interface IGalleryImageVersion
Implements IBeta, IHasId, IHasInner(Of GalleryImageVersionInner), IHasManager(Of IComputeManager), IIndexable, IRefreshable(Of IGalleryImageVersion), IUpdatable(Of IUpdate)
実装

プロパティ

EndOfLifeDate

イメージ バージョンの有効期限を示す日付を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure ギャラリー イメージ バージョンの不変のクライアント側表現。

(継承元 IHasInner<T>)
IsExcludedFromLatest

"最新" のイメージ バージョンで VM が作成されるときにイメージ バージョンが候補から除外される場合は true、それ以外の場合は false を取得します。

Key

Azure ギャラリー イメージ バージョンの不変のクライアント側表現。

(継承元 IIndexable)
Location

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

Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

イメージのバージョン名を取得します。

ProvisioningState

イメージ バージョン リソースの provisioningState を取得します。

PublishingProfile

イメージ バージョンの publishingProfile 構成を取得します。

ReplicationStatus

発行済みリージョンのイメージ バージョンの replicationStatus を取得します。

StorageProfile

OS ディスクとデータ ディスクを記述するイメージ バージョン storageProfile を取得します。

Tags

イメージ バージョンに関連付けられているタグを取得します。

Type

型を取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

Azure ギャラリー イメージ バージョンの不変のクライアント側表現。

(継承元 IUpdatable<T>)

適用対象