RoleInstance.InstanceSize 属性
获取或设置 VirtualMachineRoleSize 值,该值指定的角色实例的大小。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public string InstanceSize { get; set; }
public:
property String^ InstanceSize {
String^ get();
void set(String^ value);
}
member InstanceSize : string with get, set
Public Property InstanceSize As String
属性值
Type: System.String
一个 VirtualMachineRoleSize 值。
备注
有关角色大小的详细信息,请参阅 Virtual Machine and Cloud Service Sizes for Microsoft Azure。
请参阅
RoleInstance 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首