WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecrets Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the publishing profile for an app (or deployment slot, if specified).
public static System.IO.Stream ListPublishingProfileXmlWithSecrets (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions publishingProfileOptions);
static member ListPublishingProfileXmlWithSecrets : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions -> System.IO.Stream
<Extension()>
Public Function ListPublishingProfileXmlWithSecrets (operations As IWebAppsOperations, resourceGroupName As String, name As String, publishingProfileOptions As CsmPublishingProfileOptions) 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.
Returns
Remarks
Description for Gets the publishing profile for an app (or deployment slot, if specified).
Applies to
Azure SDK for .NET