你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>)

适用于