WebAppsOperationsExtensions.CreateOrUpdatePublicCertificateSlotAsync 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.
Erstellt eine Hostnamenbindung für eine App.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner> CreateOrUpdatePublicCertificateSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string publicCertificateName, Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner publicCertificate, string slot, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdatePublicCertificateSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner>
<Extension()>
Public Function CreateOrUpdatePublicCertificateSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, publicCertificateName As String, publicCertificate As PublicCertificateInner, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublicCertificateInner)
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
- publicCertificateName
- String
Öffentlicher Zertifikatname.
- publicCertificate
- PublicCertificateInner
Details zu öffentlichen Zertifikaten. Dies ist die JSON-Darstellung eines PublicCertificate-Objekts.
- slot
- String
Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, erstellt die API eine Bindung für den Produktionsslot.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Beschreibung für Erstellt eine Hostnamenbindung für eine App.
Gilt für:
Azure SDK for .NET