WebSiteSlotResource.GetPublishingProfileXmlWithSecretsSlot 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 Obtient le profil de publication pour une application (ou un emplacement de déploiement, si spécifié).
- Chemin de la demande/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publishxml
- IdWebApps_ListPublishingProfileXmlWithSecretsSlot d’opération
public virtual Azure.Response<System.IO.Stream> GetPublishingProfileXmlWithSecretsSlot (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPublishingProfileXmlWithSecretsSlot : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>
override this.GetPublishingProfileXmlWithSecretsSlot : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>
Public Overridable Function GetPublishingProfileXmlWithSecretsSlot (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Stream)
Paramètres
- publishingProfileOptions
- CsmPublishingProfile
Spécifie publishingProfileOptions pour le profil de publication. Par exemple, utilisez {"format »: « FileZilla3"} pour obtenir un profil de publication FileZilla.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
publishingProfileOptions
a la valeur null.
S’applique à
Azure SDK for .NET