AppPlatformCertificateCollection.Get(String, CancellationToken) 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 Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource> Get (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>
Public Overridable Function Get (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformCertificateResource)

Parameters

certificateName
String

The name of the certificate resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

certificateName is null.

Applies to