ComputeCapabilities.VirtualMachinesRoleSizes 属性

 

可选。 针对 IaaS 部署支持角色大小。

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

语法

public IList<string> VirtualMachinesRoleSizes { get; set; }
public:
property IList<String^>^ VirtualMachinesRoleSizes {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member VirtualMachinesRoleSizes : IList<string> with get, set
Public Property VirtualMachinesRoleSizes As IList(Of String)

属性值

Type: System.Collections.Generic.IList<String>

请参阅

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

返回页首