다음을 통해 공유


VirtualMachineDataDiskUpdateParameters.Name 속성

 

선택 사항입니다. 디스크의 이름을 지정합니다. Azure는 지정된 디스크를 사용하여 컴퓨터에 대한 데이터 디스크를 만들고 이 필드를 디스크 이름으로 채웁니다.

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

참고 항목

VirtualMachineDataDiskUpdateParameters 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스

맨 위로 이동