Freigeben über


CertificatesOperationsExtensions.GetAsync Methode

Definition

Rufen Sie die Zertifikatressource ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.CertificateResource> GetAsync (this Microsoft.Azure.Management.AppPlatform.ICertificatesOperations operations, string resourceGroupName, string serviceName, string certificateName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.AppPlatform.ICertificatesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.CertificateResource>
<Extension()>
Public Function GetAsync (operations As ICertificatesOperations, resourceGroupName As String, serviceName As String, certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CertificateResource)

Parameter

operations
ICertificatesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serviceName
String

Der Name der Dienstressource.

certificateName
String

Der Name der Zertifikatressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: