Freigeben über


WebAppsOperationsExtensions.ListPublishingProfileXmlWithSecretsSlot Methode

Definition

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

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

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.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, ruft die API das Veröffentlichungsprofil für den Produktionsslot ab.

Gibt zurück

Hinweise

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

Gilt für: