CertificatesOperationsExtensions.DeleteAsync(ICertificatesOperations, String, String, CancellationToken) Method
Definition
Delete a certificate.
public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.AppService.Fluent.ICertificatesOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = null);
static member DeleteAsync : Microsoft.Azure.Management.AppService.Fluent.ICertificatesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
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
Delete a certificate.