VirtualMachineCreateParameters.VMImageName 属性

 

可选。 VMImage 是要创建此角色的名称。 如果在 VMImage OSDisk 已专用化,则应提供没有 WindowsProvisioningConfigurationSet 或 LinuxProvisioningConfigurationSet。 使用此参数时应指定任何 OSVirtualHardDisk 或 DataVirtualHardDisk。

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

语法

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

属性值

Type: System.String

请参阅

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

返回页首