Aracılığıyla paylaş


CertificateOperationsExtensions Class

Definition

Extension methods for CertificateOperations.

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

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