CertificateOperationsExtensions Methods

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(ICertificateOperations, String, CertificateCreateParameters)

Create a certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(ICertificateOperations, String, CertificateCreateParameters)

Create a certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticDelete(ICertificateOperations, String, String)

Delete the certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(ICertificateOperations, String, String)

Delete the certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticGet(ICertificateOperations, String, String)

Retrieve the certificate identified by certificate name. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(ICertificateOperations, String, String)

Retrieve the certificate identified by certificate name. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticList(ICertificateOperations, String)

Retrieve a list of certificates. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListAsync(ICertificateOperations, String)

Retrieve a list of certificates. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListNext(ICertificateOperations, String)

Retrieve next list of certificates. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(ICertificateOperations, String)

Retrieve next list of certificates. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticUpdate(ICertificateOperations, String, CertificateUpdateParameters)

Update a certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(ICertificateOperations, String, CertificateUpdateParameters)

Update a certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

Return to top
Show: