Compartilhar via


WebSiteResource.GetPublishingProfileXmlWithSecretsAsync 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}/publishxml
  • IdWebApps_ListPublishingProfileXmlWithSecrets de operação
public virtual System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>> GetPublishingProfileXmlWithSecretsAsync (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPublishingProfileXmlWithSecretsAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetPublishingProfileXmlWithSecretsAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
Public Overridable Function GetPublishingProfileXmlWithSecretsAsync (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))

Parâmetros

publishingProfileOptions
CsmPublishingProfile

Especifica publishingProfileOptions para 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