WebSiteSlotResource.GetSiteSlotDeploymentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Description pour Obtenir un déploiement en fonction de son ID pour une application ou d’un emplacement de déploiement.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deployments/{id}
- IdWebApps_GetDeploymentSlot d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>> GetSiteSlotDeploymentAsync (string id, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteSlotDeploymentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>>
override this.GetSiteSlotDeploymentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>>
Public Overridable Function GetSiteSlotDeploymentAsync (id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotDeploymentResource))
Paramètres
- id
- String
ID de déploiement
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
id
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
id
a la valeur null.