AppPlatformServiceResource.GetAppPlatformCertificate 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.
Rufen Sie die Zertifikatressource ab.
- Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
- Vorgang IdCertificates_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource> GetAppPlatformCertificate (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformCertificate : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>
override this.GetAppPlatformCertificate : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>
Public Overridable Function GetAppPlatformCertificate (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As 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.