DeploymentCreateParameters.ExtendedProperties 속성
Gets or sets a collection of properties that are added to the deployment of a cloud service.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
사용량
‘사용 방법
Dim instance As DeploymentCreateParameters
Dim value As IDictionary(Of String, String)
value = instance.ExtendedProperties
instance.ExtendedProperties = value
구문
‘선언
Public Property ExtendedProperties As IDictionary(Of String, String)
public IDictionary<string,string> ExtendedProperties { get; set; }
public:
property IDictionary<String^, String^>^ ExtendedProperties {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_ExtendedProperties ()
/** @property */
public void set_ExtendedProperties (IDictionary<String,String> value)
public function get ExtendedProperties () : IDictionary<String,String>
public function set ExtendedProperties (value : IDictionary<String,String>)
속성 값
A collection of properties.
설명
Each property must have a name and value. You can add a maximum of 25 properties. The maximum length of the name is 64 alphanumeric and underscore characters, and the name must start with a letter.
스레드 보안
이 유형의 public static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
플랫폼
개발 플랫폼
Windows Vista, Windows 7 및 Windows Server 2008
대상 플랫폼
참고 항목
참조
DeploymentCreateParameters 클래스
DeploymentCreateParameters 멤버
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스