VirtualMachineGetResponse.AvailabilitySetName 属性

 

获取或设置到虚拟机所属的可用性集的名称。

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

语法

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

属性值

Type: System.String

名称。

备注

有关使用可用性集的详细信息,请参阅 Manage the Availability of Virtual Machines

请参阅

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

返回页首