次の方法で共有


IGallery インターフェイス

定義

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

public interface IGallery : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Compute.Fluent.IComputeManager,Microsoft.Azure.Management.Compute.Fluent.Models.GalleryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Compute.Fluent.Gallery.Update.IUpdate>
type IGallery = interface
    interface IBeta
    interface IHasInner<GalleryInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IGroupableResource<IComputeManager, GalleryInner>
    interface IHasResourceGroup
    interface IHasManager<IComputeManager>
    interface IRefreshable<IGallery>
    interface IUpdatable<IUpdate>
Public Interface IGallery
Implements IBeta, IGroupableResource(Of IComputeManager, GalleryInner), IHasInner(Of GalleryInner), IHasManager(Of IComputeManager), IRefreshable(Of IGallery), IUpdatable(Of IUpdate)
実装

プロパティ

Description

ギャラリー リソースの説明を取得します。

Id

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

(継承元 IHasId)
Inner

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

(継承元 IHasInner<T>)
Key

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

(継承元 IIndexable)
Manager

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

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)
ProvisioningState

ギャラリー リソースのプロビジョニング状態を取得します。

Region

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

(継承元 IResource)
RegionName

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

(継承元 IResource)
ResourceGroupName

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

(継承元 IHasResourceGroup)
Tags

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

(継承元 IResource)
Type

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

(継承元 IResource)
UniqueName

ギャラリー リソースの一意の名前を取得します。

メソッド

GetImage(String)

ギャラリー内のイメージに関する情報を取得します。

GetImageAsync(String, CancellationToken)

ギャラリー内のイメージに関する情報を取得します。

ListImages()

ギャラリー内の画像を一覧表示します。

ListImagesAsync(CancellationToken)

ギャラリー内の画像を一覧表示します。

Refresh()

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

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

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

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

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

(継承元 IUpdatable<T>)

適用対象