AppServiceExtensions.GetDeletedWebAppByLocationDeletedWebApp 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 de l’application Get deleted pour un abonnement à l’emplacement.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}
- IdDeletedWebApps_GetDeletedWebAppByLocation d’opération
public static Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedWebAppByLocationDeletedWebApp (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string deletedSiteId, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedWebAppByLocationDeletedWebApp : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource>
<Extension()>
Public Function GetDeletedWebAppByLocationDeletedWebApp (subscriptionResource As SubscriptionResource, location As AzureLocation, deletedSiteId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeletedSiteResource)
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
- location
- AzureLocation
Chaîne à utiliser.
- deletedSiteId
- String
ID numérique de l’application supprimée, par exemple 12345.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
deletedSiteId
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
deletedSiteId
a la valeur null.