你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IVirtualMachineCustomImage 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure 虚拟机自定义映像的不可变客户端表示形式。
public interface IVirtualMachineCustomImage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Compute.Fluent.IComputeManager,Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner>, 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.IVirtualMachineCustomImage>
type IVirtualMachineCustomImage = interface
interface IGroupableResource<IComputeManager, ImageInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IComputeManager>
interface IHasInner<ImageInner>
interface IRefreshable<IVirtualMachineCustomImage>
Public Interface IVirtualMachineCustomImage
Implements IGroupableResource(Of IComputeManager, ImageInner), IHasInner(Of ImageInner), IHasManager(Of IComputeManager), IRefreshable(Of IVirtualMachineCustomImage)
- 实现
属性
DataDiskImages |
获取此映像中的数据磁盘映像,该映像由磁盘 LUN 编制索引。 |
HyperVGeneration |
获取 Hyper-V 映像生成。 |
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
Azure 虚拟机自定义映像的不可变客户端表示形式。 (继承自 IHasInner<T>) |
IsCreatedFromVirtualMachine |
如果此映像是通过捕获虚拟机创建的,则获取 true。 |
Key |
Azure 虚拟机自定义映像的不可变客户端表示形式。 (继承自 IIndexable) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
Name |
获取资源的名称 (继承自 IHasName) |
OSDiskImage |
获取此映像中的操作系统磁盘映像。 |
Region |
Azure 虚拟机自定义映像的不可变客户端表示形式。 (继承自 IResource) |
RegionName |
Azure 虚拟机自定义映像的不可变客户端表示形式。 (继承自 IResource) |
ResourceGroupName |
Azure 虚拟机自定义映像的不可变客户端表示形式。 (继承自 IHasResourceGroup) |
SourceVirtualMachineId |
如果此映像是通过捕获该虚拟机创建的,则获取虚拟机的 ID。 |
Tags |
Azure 虚拟机自定义映像的不可变客户端表示形式。 (继承自 IResource) |
Type |
Azure 虚拟机自定义映像的不可变客户端表示形式。 (继承自 IResource) |
方法
Refresh() |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |