Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AddWithHttpMessagesAsync(CertificateAddParameter, CertificateAddOptions, Dictionary<String,List<String>>, CancellationToken)
|
Adds a certificate to the specified account.
|
CancelDeletionWithHttpMessagesAsync(String, String, CertificateCancelDeletionOptions, Dictionary<String,List<String>>, CancellationToken)
|
Cancels a failed deletion of a certificate from the specified
account.
|
DeleteWithHttpMessagesAsync(String, String, CertificateDeleteOptions, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a certificate from the specified account.
|
GetWithHttpMessagesAsync(String, String, CertificateGetOptions, Dictionary<String,List<String>>, CancellationToken)
|
Gets information about the specified certificate.
|
ListNextWithHttpMessagesAsync(String, CertificateListNextOptions, Dictionary<String,List<String>>, CancellationToken)
|
Lists all of the certificates that have been added to the specified
account.
|
ListWithHttpMessagesAsync(CertificateListOptions, Dictionary<String,List<String>>, CancellationToken)
|
Lists all of the certificates that have been added to the specified
account.
|
Add(ICertificateOperations, CertificateAddParameter, CertificateAddOptions)
|
Adds a certificate to the specified account.
|
AddAsync(ICertificateOperations, CertificateAddParameter, CertificateAddOptions, CancellationToken)
|
Adds a certificate to the specified account.
|
CancelDeletion(ICertificateOperations, String, String, CertificateCancelDeletionOptions)
|
Cancels a failed deletion of a certificate from the specified account.
|
CancelDeletionAsync(ICertificateOperations, String, String, CertificateCancelDeletionOptions, CancellationToken)
|
Cancels a failed deletion of a certificate from the specified account.
|
Delete(ICertificateOperations, String, String, CertificateDeleteOptions)
|
Deletes a certificate from the specified account.
|
DeleteAsync(ICertificateOperations, String, String, CertificateDeleteOptions, CancellationToken)
|
Deletes a certificate from the specified account.
|
Get(ICertificateOperations, String, String, CertificateGetOptions)
|
Gets information about the specified certificate.
|
GetAsync(ICertificateOperations, String, String, CertificateGetOptions, CancellationToken)
|
Gets information about the specified certificate.
|
List(ICertificateOperations, CertificateListOptions)
|
Lists all of the certificates that have been added to the specified
account.
|
ListAsync(ICertificateOperations, CertificateListOptions, CancellationToken)
|
Lists all of the certificates that have been added to the specified
account.
|
ListNext(ICertificateOperations, String, CertificateListNextOptions)
|
Lists all of the certificates that have been added to the specified
account.
|
ListNextAsync(ICertificateOperations, String, CertificateListNextOptions, CancellationToken)
|
Lists all of the certificates that have been added to the specified
account.
|