Compartilhar via


Método DeploymentOperationsExtensions.GetAsync

Gets a deployment for a website.

Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Uso

'Uso
Dim operations As IDeploymentOperations
Dim deploymentId As String
Dim returnValue As Task(Of DeploymentGetResponse)

returnValue = DeploymentOperationsExtensions.GetAsync(operations, deploymentId)

Sintaxe

'Declaração
<ExtensionAttribute> _
Public Shared Function GetAsync ( _
    operations As IDeploymentOperations, _
    deploymentId As String _
) As Task(Of DeploymentGetResponse)
[ExtensionAttribute] 
public static Task<DeploymentGetResponse> GetAsync (
    IDeploymentOperations operations,
    string deploymentId
)
[ExtensionAttribute] 
public:
static Task<DeploymentGetResponse^>^ GetAsync (
    IDeploymentOperations^ operations, 
    String^ deploymentId
)
/** @attribute ExtensionAttribute() */ 
public static Task<DeploymentGetResponse> GetAsync (
    IDeploymentOperations operations, 
    String deploymentId
)
ExtensionAttribute 
public static function GetAsync (
    operations : IDeploymentOperations, 
    deploymentId : String
) : Task<DeploymentGetResponse>

Parâmetros

  • operations
    Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
  • deploymentId
    Required. The deployment identifier.

Valor de retorno

The deployment information operation response.

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 DeploymentOperationsExtensions
Membros DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure