CertificatesOperationsExtensions.GetAsync(ICertificatesOperations, String, String, CancellationToken) Method
Definition
Get a certificate.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner> GetAsync (this Microsoft.Azure.Management.AppService.Fluent.ICertificatesOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = null);
static member GetAsync : Microsoft.Azure.Management.AppService.Fluent.ICertificatesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>
Parameters
- operations
- ICertificatesOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the certificate.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get a certificate.