Freigeben über


AppPlatformCertificateCollection.GetAsync(String, CancellationToken) Methode

Definition

Rufen Sie die Zertifikatressource ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Vorgangs-IdCertificates_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>> GetAsync (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>>
Public Overridable Function GetAsync (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformCertificateResource))

Parameter

certificateName
String

Der Name der Zertifikatressource.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

certificateName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

certificateName ist NULL.

Gilt für: