VirtualMachineDiskListResponse.VirtualMachineDisk.Name 속성
디스크의 이름을 가져오거나 설정 합니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
속성 값
Type: System.String
이름입니다.
설명
이름을 지정 하지 않으면, 배포 이름, 역할 이름 및 식별 번호를 조합한 고유 이름은 즉 할당 됩니다.
디스크 이름에는 영숫자 문자, 밑줄, 마침표 또는 대시만 사용해야 합니다. 이름은 256자보다 길면 안 됩니다. 이름은 마침표 또는 대시로 끝나지 않아야 합니다.
참고 항목
VirtualMachineDiskListResponse.VirtualMachineDisk 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동