WebSiteSlotResource.GetPublishingProfileXmlWithSecretsSlotAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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}/slots/{slot}/publishxml
- Vorgang IdWebApps_ListPublishingProfileXmlWithSecretsSlot
public virtual System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>> GetPublishingProfileXmlWithSecretsSlotAsync (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPublishingProfileXmlWithSecretsSlotAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetPublishingProfileXmlWithSecretsSlotAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
Public Overridable Function GetPublishingProfileXmlWithSecretsSlotAsync (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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:
Azure SDK for .NET