Sdílet prostřednictvím


IWebAppsOperations.ListPublishingProfileXmlWithSecretsWithHttpMessagesAsync Metoda

Definice

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.IO.Stream>> ListPublishingProfileXmlWithSecretsWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmPublishingProfileOptions publishingProfileOptions, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListPublishingProfileXmlWithSecretsWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmPublishingProfileOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.IO.Stream>>
Public Function ListPublishingProfileXmlWithSecretsWithHttpMessagesAsync (resourceGroupName As String, name As String, publishingProfileOptions As CsmPublishingProfileOptions, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Stream))

Parametry

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

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolána při nemožnosti deserializovat odpověď

Vyvolá se, když má požadovaný parametr hodnotu null.

Poznámky

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

Platí pro