Compartilhar via


Método IDeploymentOperations.GetAsync (String, CancellationToken)

 

Obtém uma implantação de um site.

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

Sintaxe

Task<DeploymentGetResponse> GetAsync(
    string deploymentId,
    CancellationToken cancellationToken
)
Task<DeploymentGetResponse^>^ GetAsync(
    String^ deploymentId,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        deploymentId:string *
        cancellationToken:CancellationToken -> Task<DeploymentGetResponse>
Function GetAsync (
    deploymentId As String,
    cancellationToken As CancellationToken
) As Task(Of DeploymentGetResponse)

Parâmetros

  • deploymentId
    Type: System.String

    O identificador de implantação.

Valor de retorno

Type: System.Threading.Tasks.Task<DeploymentGetResponse>

A resposta de operação de informações de implantação.

Consulte também

Interface IDeploymentOperations
Namespace Microsoft.WindowsAzure.WebSitesExtensions

Retornar ao topo