CertificatesOperationsExtensions Class

Definition

Extension methods for CertificatesOperations.

public static class CertificatesOperationsExtensions
type CertificatesOperationsExtensions = class
Public Module CertificatesOperationsExtensions
Inheritance
CertificatesOperationsExtensions

Methods

BeginCreateOrUpdate(ICertificatesOperations, String, String, String, CertificateResource)

Create or update certificate resource.

BeginCreateOrUpdateAsync(ICertificatesOperations, String, String, String, CertificateResource, CancellationToken)

Create or update certificate resource.

BeginDelete(ICertificatesOperations, String, String, String)

Delete the certificate resource.

BeginDeleteAsync(ICertificatesOperations, String, String, String, CancellationToken)

Delete the certificate resource.

CreateOrUpdate(ICertificatesOperations, String, String, String, CertificateResource)

Create or update certificate resource.

CreateOrUpdateAsync(ICertificatesOperations, String, String, String, CertificateResource, CancellationToken)

Create or update certificate resource.

Delete(ICertificatesOperations, String, String, String)

Delete the certificate resource.

DeleteAsync(ICertificatesOperations, String, String, String, CancellationToken)

Delete the certificate resource.

Get(ICertificatesOperations, String, String, String)

Get the certificate resource.

GetAsync(ICertificatesOperations, String, String, String, CancellationToken)

Get the certificate resource.

List(ICertificatesOperations, String, String)

List all the certificates of one user.

ListAsync(ICertificatesOperations, String, String, CancellationToken)

List all the certificates of one user.

ListNext(ICertificatesOperations, String)

List all the certificates of one user.

ListNextAsync(ICertificatesOperations, String, CancellationToken)

List all the certificates of one user.

Applies to