Dela via


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsAsync Metod

Definition

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

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)

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

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.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

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

Gäller för