다음을 통해 공유


HostedServiceProperties.Label 속성

 

클라우드 서비스의 base 64 인코딩 식별자를 가져오거나 설정 합니다.

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

구문

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

속성 값

Type: System.String

base-64 인코딩된 식별자입니다.

설명

식별자는 최대 100자까지 지정할 수 있습니다. 레이블은 추적용으로 사용할 수 있습니다.

참고 항목

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

맨 위로 이동