ICertificatesOperations Interface

Definition

CertificatesOperations operations.

public interface ICertificatesOperations
type ICertificatesOperations = interface
Public Interface ICertificatesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, CertificateResource, Dictionary<String,List<String>>, CancellationToken)

Create or update certificate resource.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the certificate resource.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, CertificateResource, Dictionary<String,List<String>>, CancellationToken)

Create or update certificate resource.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the certificate resource.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the certificate resource.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all the certificates of one user.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List all the certificates of one user.

Extension 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