Compartilhar via


DeploymentOperationsExtensions.Get(IDeploymentOperations, String) Método

Definição

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

public static Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse Get (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId);
static member Get : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string -> Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse
<Extension()>
Public Function Get (operations As IDeploymentOperations, deploymentId As String) As 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