Partilhar via


WebSiteSlotResource.GetPublishingProfileXmlWithSecretsSlotAsync Método

Definição

Descrição para Obtém o perfil de publicação de um aplicativo (ou slot de implantação, se especificado).

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publishxml
  • Operação IdWebApps_ListPublishingProfileXmlWithSecretsSlot
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))

Parâmetros

publishingProfileOptions
CsmPublishingProfile

Especifica publishingProfileOptions para o perfil de publicação. Por exemplo, use {"format": "FileZilla3"} para obter um perfil de publicação do FileZilla.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

publishingProfileOptions é nulo.

Aplica-se a