ICertificateOperations Interface

Definition

CertificateOperations operations.

public interface ICertificateOperations
type ICertificateOperations = interface
Public Interface ICertificateOperations

Methods

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

Deletes the specified certificate.

CancelDeletionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Cancels a failed deletion of a certificate from the specified account.

CreateWithHttpMessagesAsync(String, String, String, CertificateCreateOrUpdateParameters, String, String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Creates a new certificate inside the specified account.

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

Deletes the specified certificate.

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

Gets information about the specified certificate.

ListByBatchAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Lists all of the certificates in the specified account.

ListByBatchAccountWithHttpMessagesAsync(String, String, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Lists all of the certificates in the specified account.

UpdateWithHttpMessagesAsync(String, String, String, CertificateCreateOrUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Updates the properties of an existing certificate.

Extension Methods

BeginDelete(ICertificateOperations, String, String, String)
Obsolete.

Deletes the specified certificate.

BeginDeleteAsync(ICertificateOperations, String, String, String, CancellationToken)
Obsolete.

Deletes the specified certificate.

CancelDeletion(ICertificateOperations, String, String, String)
Obsolete.

Cancels a failed deletion of a certificate from the specified account.

CancelDeletionAsync(ICertificateOperations, String, String, String, CancellationToken)
Obsolete.

Cancels a failed deletion of a certificate from the specified account.

Create(ICertificateOperations, String, String, String, CertificateCreateOrUpdateParameters, String, String)
Obsolete.

Creates a new certificate inside the specified account.

CreateAsync(ICertificateOperations, String, String, String, CertificateCreateOrUpdateParameters, String, String, CancellationToken)
Obsolete.

Creates a new certificate inside the specified account.

Delete(ICertificateOperations, String, String, String)
Obsolete.

Deletes the specified certificate.

DeleteAsync(ICertificateOperations, String, String, String, CancellationToken)
Obsolete.

Deletes the specified certificate.

Get(ICertificateOperations, String, String, String)
Obsolete.

Gets information about the specified certificate.

GetAsync(ICertificateOperations, String, String, String, CancellationToken)
Obsolete.

Gets information about the specified certificate.

ListByBatchAccount(ICertificateOperations, String, String, Nullable<Int32>, String, String)
Obsolete.

Lists all of the certificates in the specified account.

ListByBatchAccountAsync(ICertificateOperations, String, String, Nullable<Int32>, String, String, CancellationToken)
Obsolete.

Lists all of the certificates in the specified account.

ListByBatchAccountNext(ICertificateOperations, String)
Obsolete.

Lists all of the certificates in the specified account.

ListByBatchAccountNextAsync(ICertificateOperations, String, CancellationToken)
Obsolete.

Lists all of the certificates in the specified account.

Update(ICertificateOperations, String, String, String, CertificateCreateOrUpdateParameters, String)
Obsolete.

Updates the properties of an existing certificate.

UpdateAsync(ICertificateOperations, String, String, String, CertificateCreateOrUpdateParameters, String, CancellationToken)
Obsolete.

Updates the properties of an existing certificate.

Applies to