Compartilhar via


WebSiteSlotResource.GetPublishingProfileXmlWithSecretsSlot 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 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)

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