Compartilhar via


AppPlatformServiceResource.GetAppPlatformCertificate Método

Definição

Obtenha o recurso de certificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Operação 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)

Parâmetros

certificateName
String

O nome do recurso de certificado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

certificateName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

certificateName é nulo.

Aplica-se a