次の方法で共有


IGalleryImage インターフェイス

定義

Azure ギャラリー イメージの不変のクライアント側表現。 ギャラリー イメージ リソースは、同じイメージの複数のバージョンのコンテナーです。

public interface IGalleryImage : 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.GalleryImageInner>, 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.IGalleryImage>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IUpdate>
type IGalleryImage = interface
    interface IBeta
    interface IHasId
    interface IHasInner<GalleryImageInner>
    interface IIndexable
    interface IRefreshable<IGalleryImage>
    interface IUpdatable<IUpdate>
    interface IHasManager<IComputeManager>
Public Interface IGalleryImage
Implements IBeta, IHasId, IHasInner(Of GalleryImageInner), IHasManager(Of IComputeManager), IIndexable, IRefreshable(Of IGalleryImage), IUpdatable(Of IUpdate)
実装

プロパティ

Description

イメージの説明を取得します。

Disallowed

イメージでサポートされていない機能の説明を取得します。

EndOfLifeDate

画像の有効期間の終了を示す日付を取得します。

Eula

イメージの eula を取得します。

Id

イメージの ARM ID を取得します。

Identifier

イメージの発行元、オファー、SKU を記述する識別子を取得します。

Inner

Azure ギャラリー イメージの不変のクライアント側表現。 ギャラリー イメージ リソースは、同じイメージの複数のバージョンのコンテナーです。

(継承元 IHasInner<T>)
Key

Azure ギャラリー イメージの不変のクライアント側表現。 ギャラリー イメージ リソースは、同じイメージの複数のバージョンのコンテナーです。

(継承元 IIndexable)
Location

イメージの場所を取得します。

Manager

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

(継承元 IHasManager<ManagerT>)
Name

イメージ名を取得します。

OSState

イメージの OS 状態を取得します。

OSType

イメージの OS の種類を取得します。

PrivacyStatementUri

イメージのプライバシーに関する声明への URI を取得します。

ProvisioningState

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

PurchasePlan

イメージの purchasePlan を取得します。

RecommendedVirtualMachineConfiguration

このイメージに基づいて、仮想マシンの推奨される構成を記述する値を取得します。

ReleaseNoteUri

イメージのリリース ノートへの URI を取得します。

Tags

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

Type

型の値を取得します。

UnsupportedDiskTypes

イメージでサポートされていないディスクの種類を取得します。

メソッド

GetVersion(String)

イメージ バージョンに関する情報を取得します。

GetVersionAsync(String, CancellationToken)

イメージ バージョンに関する情報を取得します。

ListVersions()

イメージのバージョンを一覧表示します。

ListVersionsAsync(CancellationToken)

イメージのバージョンを一覧表示します。

Refresh()

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

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

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

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

Azure ギャラリー イメージの不変のクライアント側表現。 ギャラリー イメージ リソースは、同じイメージの複数のバージョンのコンテナーです。

(継承元 IUpdatable<T>)

適用対象