WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsAsync Method

Definition

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

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)

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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

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

Applies to