你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IGalleryImageVersions 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure 中库映像版本管理 API 的入口点。
public interface IGalleryImageVersions : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersionsOperations>
type IGalleryImageVersions = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface IHasInner<IGalleryImageVersionsOperations>
Public Interface IGalleryImageVersions
Implements IBeta, IHasInner(Of IGalleryImageVersionsOperations), ISupportsCreating(Of IBlank)
- 实现
属性
Inner |
Azure 中库映像版本管理 API 的入口点。 (继承自 IHasInner<T>) |
方法
Define(String) |
Azure 中库映像版本管理 API 的入口点。 (继承自 ISupportsCreating<T>) |
DeleteByGalleryImage(String, String, String, String) |
删除库映像版本。 |
DeleteByGalleryImageAsync(String, String, String, String, CancellationToken) |
删除库映像版本。 |
GetByGalleryImage(String, String, String, String) |
检索有关库映像版本的信息。 |
GetByGalleryImageAsync(String, String, String, String, CancellationToken) |
检索有关库映像版本的信息。 |
GetByGalleryImageWithReplicationStatus(String, String, String, String) |
检索有关库映像版本的信息。 |
GetByGalleryImageWithReplicationStatusAsync(String, String, String, String, CancellationToken) |
检索有关库映像版本的信息。 |
ListByGalleryImage(String, String, String) |
列出库映像下的库映像版本。 |
ListByGalleryImageAsync(String, String, String, CancellationToken) |
列出库映像下的库映像版本。 |