WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsSlotAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.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)
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 à
Azure SDK for .NET