Compartilhar via


Propriedade DeploymentCreateParameters.ExtensionConfiguration

Gets or sets an ExtensionConfiguration object that defines the extension that is added to the 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 ExtensionConfiguration

value = instance.ExtensionConfiguration

instance.ExtensionConfiguration = value

Sintaxe

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

/** @property */
public void set_ExtensionConfiguration (ExtensionConfiguration value)
public function get ExtensionConfiguration () : ExtensionConfiguration

public function set ExtensionConfiguration (value : ExtensionConfiguration)

Valor da Propriedade

An ExtensionConfiguration object.

Comentários

In Microsoft Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service.

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