你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IVirtualMachineCustomImages 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
自定义虚拟机映像管理的入口点。
public interface IVirtualMachineCustomImages : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IImagesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>
type IVirtualMachineCustomImages = interface
interface ISupportsListing<IVirtualMachineCustomImage>
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsListingByResourceGroup<IVirtualMachineCustomImage>
interface ISupportsGettingByResourceGroup<IVirtualMachineCustomImage>
interface ISupportsGettingById<IVirtualMachineCustomImage>
interface ISupportsDeletingByResourceGroup
interface ISupportsBatchCreation<IVirtualMachineCustomImage>
interface ISupportsBatchDeletion
interface IBeta
interface IHasManager<IComputeManager>
interface IHasInner<IImagesOperations>
Public Interface IVirtualMachineCustomImages
Implements IHasInner(Of IImagesOperations), IHasManager(Of IComputeManager), ISupportsBatchCreation(Of IVirtualMachineCustomImage), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IVirtualMachineCustomImage), ISupportsGettingByResourceGroup(Of IVirtualMachineCustomImage), ISupportsListing(Of IVirtualMachineCustomImage), ISupportsListingByResourceGroup(Of IVirtualMachineCustomImage)
- 实现
-
ISupportsBatchCreation<IVirtualMachineCustomImage> ISupportsBatchDeletion ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IVirtualMachineCustomImage> ISupportsGettingByResourceGroup<IVirtualMachineCustomImage> ISupportsListing<IVirtualMachineCustomImage> ISupportsListingByResourceGroup<IVirtualMachineCustomImage> IBeta IHasInner<IImagesOperations> IHasManager<IComputeManager>
属性
Inner |
自定义虚拟机映像管理的入口点。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |