Partager via


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsSlotAsync 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> ListPublishingProfileXmlWithSecretsSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions publishingProfileOptions, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListPublishingProfileXmlWithSecretsSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.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)

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.

slot
String

Nom de l’emplacement de déploiement. Si aucun emplacement n’est spécifié, l’API obtient le profil de publication pour l’emplacement de production.

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 à