Partager via


WebSiteSlotResource.GetPublishingProfileXmlWithSecretsSlotAsync Méthode

Définition

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 System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>> GetPublishingProfileXmlWithSecretsSlotAsync (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPublishingProfileXmlWithSecretsSlotAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetPublishingProfileXmlWithSecretsSlotAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
Public Overridable Function GetPublishingProfileXmlWithSecretsSlotAsync (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 à