CertificateOperationsExtensions Class

Definition

Extension methods for CertificateOperations.

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

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