Dela via


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsSlotAsync Metod

Definition

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

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)

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.

slot
String

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

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

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

Gäller för