你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IGalleryImage 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 |
获取映像库。 |
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>) |