Freigeben über


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecrets Methode

Definition

Ruft das Veröffentlichungsprofil für eine App ab (oder den Bereitstellungsslot, falls angegeben).

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

publishingProfileOptions
CsmPublishingProfileOptions

Gibt publishingProfileOptions für das Veröffentlichungsprofil an. Verwenden Sie beispielsweise {"format": "FileZilla3"}, um ein FileZilla-Veröffentlichungsprofil abzurufen.

Gibt zurück

Hinweise

Beschreibung für Ruft das Veröffentlichungsprofil für eine App (oder einen Bereitstellungsslot ab, falls angegeben).

Gilt für: