HostedServiceUpdateParameters.ExtendedProperties 속성
클라우드 서비스의 배포에 추가 하는 속성의 컬렉션을 가져오거나 설정 합니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
public IDictionary<string, string> ExtendedProperties { get; set; }
public:
property IDictionary<String^, String^>^ ExtendedProperties {
IDictionary<String^, String^>^ get();
void set(IDictionary<String^, String^>^ value);
}
member ExtendedProperties : IDictionary<string, string> with get, set
Public Property ExtendedProperties As IDictionary(Of String, String)
Type: System.Collections.Generic.IDictionary<String, String>
속성의 컬렉션입니다.
각 속성 이름과 값을 가져야 합니다. 최대 50 속성을 추가할 수 있습니다. 이름의 최대 길이 64 영숫자 및 밑줄 문자 및 이름을 문자로 시작 해야 합니다.
HostedServiceUpdateParameters 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동