ICertificateOperations Interface
Definition
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.
In this article
public interface ICertificateOperations
type ICertificateOperations = interface
Public Interface ICertificateOperations
Methods
CreateOrUpdateAsync(String, String, CertificateCreateOrUpdateParameters, CancellationToken)
Create a certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
DeleteAsync(String, String, String, CancellationToken)
Delete the certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
GetAsync(String, String, String, CancellationToken)
Retrieve the certificate identified by certificate name. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
ListAsync(String, String, CancellationToken)
Retrieve a list of certificates. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
ListNextAsync(String, CancellationToken)
Retrieve next list of certificates. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
PatchAsync(String, String, CertificatePatchParameters, CancellationToken)
Update a certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
Extension Methods
CreateOrUpdate(ICertificateOperations, String, String, CertificateCreateOrUpdateParameters)
Create a certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
CreateOrUpdateAsync(ICertificateOperations, String, String, CertificateCreateOrUpdateParameters)
Create a certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
Delete(ICertificateOperations, String, String, String)
Delete the certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
DeleteAsync(ICertificateOperations, String, String, String)
Delete the certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
Get(ICertificateOperations, String, String, String)
Retrieve the certificate identified by certificate name. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
GetAsync(ICertificateOperations, String, String, String)
Retrieve the certificate identified by certificate name. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
List(ICertificateOperations, String, String)
Retrieve a list of certificates. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
ListAsync(ICertificateOperations, String, String)
Retrieve a list of certificates. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
ListNext(ICertificateOperations, String)
Retrieve next list of certificates. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
ListNextAsync(ICertificateOperations, String)
Retrieve next list of certificates. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
Patch(ICertificateOperations, String, String, CertificatePatchParameters)
Update a certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
PatchAsync(ICertificateOperations, String, String, CertificatePatchParameters)
Update a certificate. (see
http://aka.ms/azureautomationsdk/certificateoperations for more
information)
Applies to