Aracılığıyla paylaş


ICertificateOperations Interface

Definition

CertificateOperations operations.

public interface ICertificateOperations
type ICertificateOperations = interface
Public Interface ICertificateOperations

Methods

AddWithHttpMessagesAsync(CertificateAddParameter, CertificateAddOptions, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Adds a Certificate to the specified Account.

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

Cancels a failed deletion of a Certificate from the specified Account.

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

Deletes a Certificate from the specified Account.

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

Gets information about the specified Certificate.

ListNextWithHttpMessagesAsync(String, CertificateListNextOptions, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Lists all of the Certificates that have been added to the specified Account.

ListWithHttpMessagesAsync(CertificateListOptions, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Lists all of the Certificates that have been added to the specified Account.

Extension Methods

Add(ICertificateOperations, CertificateAddParameter, CertificateAddOptions)
Obsolete.

Adds a Certificate to the specified Account.

AddAsync(ICertificateOperations, CertificateAddParameter, CertificateAddOptions, CancellationToken)
Obsolete.

Adds a Certificate to the specified Account.

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

Cancels a failed deletion of a Certificate from the specified Account.

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

Cancels a failed deletion of a Certificate from the specified Account.

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

Deletes a Certificate from the specified Account.

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

Deletes a Certificate from the specified Account.

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

Gets information about the specified Certificate.

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

Gets information about the specified Certificate.

List(ICertificateOperations, CertificateListOptions)
Obsolete.

Lists all of the Certificates that have been added to the specified Account.

ListAsync(ICertificateOperations, CertificateListOptions, CancellationToken)
Obsolete.

Lists all of the Certificates that have been added to the specified Account.

ListNext(ICertificateOperations, String, CertificateListNextOptions)
Obsolete.

Lists all of the Certificates that have been added to the specified Account.

ListNextAsync(ICertificateOperations, String, CertificateListNextOptions, CancellationToken)
Obsolete.

Lists all of the Certificates that have been added to the specified Account.

Applies to