Freigeben über


WebSiteResource.GetPublishingProfileXmlWithSecrets Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/publishxml
  • Vorgang IdWebApps_ListPublishingProfileXmlWithSecrets
public virtual Azure.Response<System.IO.Stream> GetPublishingProfileXmlWithSecrets (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPublishingProfileXmlWithSecrets : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>
override this.GetPublishingProfileXmlWithSecrets : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>
Public Overridable Function GetPublishingProfileXmlWithSecrets (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Stream)

Parameter

publishingProfileOptions
CsmPublishingProfile

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

publishingProfileOptions ist NULL.

Gilt für: