Sdílet prostřednictvím


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsAsync Metoda

Definice

Získá profil publikování pro aplikaci (nebo slot nasazení, pokud je zadaný).

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)

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

publishingProfileOptions
CsmPublishingProfileOptions

Určuje publishingProfileOptions pro profil publikování. Pokud chcete získat profil publikování FileZilla, použijte například {"format": "FileZilla3"}.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro Získání profilu publikování pro aplikaci (nebo slot nasazení, pokud je zadaný).

Platí pro