Compartilhar via


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsSlotAsync Método

Definição

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

public static System.Threading.Tasks.Task<System.IO.Stream> ListPublishingProfileXmlWithSecretsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmPublishingProfileOptions publishingProfileOptions, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListPublishingProfileXmlWithSecretsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmPublishingProfileOptions * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
<Extension()>
Public Function ListPublishingProfileXmlWithSecretsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, publishingProfileOptions As CsmPublishingProfileOptions, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Stream)

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

publishingProfileOptions
CsmPublishingProfileOptions

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

slot
String

Nome do slot de implantação. Se um slot não for especificado, a API obterá o perfil de publicação do slot de produção.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

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

Aplica-se a