Sdílet prostřednictvím


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsSlotAsync Metoda

Definice

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

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)

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"}.

slot
String

Název slotu nasazení. Pokud slot není zadaný, rozhraní API získá profil publikování pro produkční slot.

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