Partager via


DeploymentOperationsExtensions.GetAsync(IDeploymentOperations, String) Méthode

Définition

Obtient un déploiement pour un site web.

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)

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 à