AppPlatformServiceResource.GetAppPlatformCertificateAsync Method

Definition

Get the certificate resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Operation Id: Certificates_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCertificateResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>> GetAppPlatformCertificateAsync (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>>
override this.GetAppPlatformCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>>
Public Overridable Function GetAppPlatformCertificateAsync (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformCertificateResource))

Parameters

certificateName
String

The name of the certificate resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

certificateName is null.

certificateName is an empty string, and was expected to be non-empty.

Applies to