Dela via


IWebAppsOperations.ListPublishingProfileXmlWithSecretsSlotWithHttpMessagesAsync Metod

Definition

Hämtar publiceringsprofilen för en app (eller distributionsfack, om det anges).

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

Parametrar

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på appen.

publishingProfileOptions
CsmPublishingProfileOptions

Anger publishingProfileOptions för publiceringsprofil. Använd till exempel {"format": "FileZilla3"} för att hämta en FileZilla-publiceringsprofil.

slot
String

Namnet på distributionsfacket. Om inget fack anges hämtar API:et publiceringsprofilen för produktionsplatsen.

customHeaders
Dictionary<String,List<String>>

Rubrikerna som ska läggas till i begäran.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Undantag

Genereras när åtgärden returnerade en ogiltig statuskod

Utlöses när det inte går att deserialisera svaret

Genereras när en obligatorisk parameter är null

Kommentarer

Beskrivning för Hämtar publiceringsprofilen för en app (eller distributionsfack, om det har angetts).

Gäller för