다음을 통해 공유


VirtualMachineDiskListResponse.VirtualMachineDisk.AffinityGroup 속성

 

디스크가 있는 선호도 그룹의 이름을 가져오거나 설정 합니다.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute.Models
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

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 네임스페이스

맨 위로 이동