Propriedade DeploymentCreateParameters.ExtendedProperties
Gets or sets a collection of properties that are added to the deployment of a cloud service.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Uso
'Uso
Dim instance As DeploymentCreateParameters
Dim value As IDictionary(Of String, String)
value = instance.ExtendedProperties
instance.ExtendedProperties = value
Sintaxe
'Declaração
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>)
Valor da Propriedade
A collection of properties.
Comentários
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.
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe DeploymentCreateParameters
Membros DeploymentCreateParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models