Partager via


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsAsync Méthode

Définition

Obtient le profil de publication pour une application (ou un emplacement de déploiement, si spécifié).

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

Paramètres

operations
IWebAppsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom de l’application.

publishingProfileOptions
CsmPublishingProfileOptions

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.

Retours

Remarques

Description pour Obtient le profil de publication pour une application (ou un emplacement de déploiement, si spécifié).

S’applique à