VirtualMachineDiskGetResponse.SourceImageName 属性

 

可选。 从中创建了磁盘的操作系统映像的名称。 通过调用 Add Role、Create Deployment 或 Provision Disk 操作,从操作系统映像创建磁盘时,将自动填充此属性。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public string SourceImageName { get; set; }
public:
property String^ SourceImageName {
    String^ get();
    void set(String^ value);
}
member SourceImageName : string with get, set
Public Property SourceImageName As String

属性值

Type: System.String

请参阅

VirtualMachineDiskGetResponse 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首