WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsSlotAsync Method

Definition

Gets the publishing profile for an app (or deployment slot, if specified).

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)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the app.

publishingProfileOptions
CsmPublishingProfileOptions

Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile.

slot
String

Name of the deployment slot. If a slot is not specified, the API will get the publishing profile for the production slot.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Gets the publishing profile for an app (or deployment slot, if specified).

Applies to