Freigeben über


WebAppsOperationsExtensions.GetPublicCertificateSlotAsync Methode

Definition

Rufen Sie das benannte öffentliche Zertifikat für eine App (oder einen Bereitstellungsslot, falls angegeben) ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner> GetPublicCertificateSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);
static member GetPublicCertificateSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner>
<Extension()>
Public Function GetPublicCertificateSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, publicCertificateName 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

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, ist die API die benannte Bindung für den Produktionsslot.

publicCertificateName
String

Öffentlicher Zertifikatname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Get the named public certificate for a app (or deployment slot, if specified).

Gilt für: