Partager via


DeploymentOperationsExtensions.Get(IDeploymentOperations, String) Méthode

Définition

Obtient un déploiement pour un site web.

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

Paramètres

operations
IDeploymentOperations

Référence à Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

deploymentId
String

Obligatoire. Identificateur de déploiement.

Retours

Réponse de l’opération d’informations de déploiement.

S’applique à