Compartilhar via


Método DeploymentOperationsExtensions.Get (IDeploymentOperations, String)

 

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

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

Sintaxe

public static DeploymentGetResponse Get(
    this IDeploymentOperations operations,
    string deploymentId
)
public:
[ExtensionAttribute]
static DeploymentGetResponse^ Get(
    IDeploymentOperations^ operations,
    String^ deploymentId
)
static member Get : 
        operations:IDeploymentOperations *
        deploymentId:string -> DeploymentGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IDeploymentOperations,
    deploymentId As String
) As DeploymentGetResponse

Parâmetros

  • deploymentId
    Type: System.String

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

Valor de retorno

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse

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

Consulte também

Classe DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo