共用方式為


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsSlot Method

Definition

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

public static System.IO.Stream ListPublishingProfileXmlWithSecretsSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions publishingProfileOptions, string slot);
static member ListPublishingProfileXmlWithSecretsSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions * string -> System.IO.Stream
<Extension()>
Public Function ListPublishingProfileXmlWithSecretsSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, publishingProfileOptions As CsmPublishingProfileOptions, slot As String) As 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.

Returns

Remarks

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

Applies to