VirtualMachineDiskListResponse.VirtualMachineDisk.AffinityGroup 属性
获取或设置磁盘所在的地缘组的名称。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public string AffinityGroup { get; set; }
public:
property String^ AffinityGroup {
String^ get();
void set(String^ value);
}
member AffinityGroup : string with get, set
Public Property AffinityGroup As String
属性值
Type: System.String
名称。
备注
此值派生自包含介质所在的 blob 的存储帐户中。 如果该存储帐户不属于某个地缘组,则该值为 NULL。
有关地缘组的详细信息,请参阅 Create an Affinity Group in the Management Portal。
请参阅
VirtualMachineDiskListResponse.VirtualMachineDisk 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首