Compartilhar via


Propriedade DeploymentCreateParameters.Configuration

Gets or sets the base-64 encoded service configuration file for the deployment.

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 String

value = instance.Configuration

instance.Configuration = value

Sintaxe

'Declaração
Public Property Configuration As String
public string Configuration { get; set; }
public:
property String^ Configuration {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Configuration ()

/** @property */
public void set_Configuration (String value)
public function get Configuration () : String

public function set Configuration (value : String)

Valor da Propriedade

The base-64 encoded service configuration file.

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