Compartilhar via


Propriedade DeploymentCreateParameters.StartDeployment

Gets or sets whether to start the deployment immediately after it is created.

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 Nullable(Of Boolean)

value = instance.StartDeployment

instance.StartDeployment = value

Sintaxe

'Declaração
Public Property StartDeployment As Nullable(Of Boolean)
public Nullable<bool> StartDeployment { get; set; }
public:
property Nullable<bool> StartDeployment {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_StartDeployment ()

/** @property */
public void set_StartDeployment (Nullable<boolean> value)
public function get StartDeployment () : Nullable<boolean>

public function set StartDeployment (value : Nullable<boolean>)

Valor da Propriedade

true to start the deployment immediately; otherwise, false.

Comentários

The default value is false. If false, the service model is still deployed, but the code is not run immediately. Instead, the service is Suspended until you call a method to update the status. A deployed service still incurs charges, even if it is suspended.

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