CertificateOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions

public static class CertificateOperationsExtensions

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)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: