Compartilhar via


DeploymentOperationsExtensions.GetAsync(IDeploymentOperations, String) Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse> GetAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId);
static member GetAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse>
<Extension()>
Public Function GetAsync (operations As IDeploymentOperations, deploymentId As String) As Task(Of DeploymentGetResponse)

Parâmetros

operations
IDeploymentOperations

Referência ao Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

deploymentId
String

Obrigatórios. O identificador de implantação.

Retornos

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

Aplica-se a