ManagementCertificateOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IManagementCertificateOperations^, ManagementCertificateCreateParameters^)

Adds a management certificate to a subscription.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IManagementCertificateOperations^, ManagementCertificateCreateParameters^)

Asynchronously adds a management certificate to a subscription.

System_CAPS_pubmethodSystem_CAPS_staticDelete(IManagementCertificateOperations^, String^)

Deletes a management certificate from a subscription.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IManagementCertificateOperations^, String^)

Asynchonously deletes a management certificate from a subscription.

System_CAPS_pubmethodSystem_CAPS_staticGet(IManagementCertificateOperations^, String^)

Retrieves information about the management certificate with the specified thumbprint.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IManagementCertificateOperations^, String^)

Asynchronously retrieves information about the management certificate with the specified thumbprint.

System_CAPS_pubmethodSystem_CAPS_staticList(IManagementCertificateOperations^)

Lists information about all of the management certificates associated with the specified subscription.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IManagementCertificateOperations^)

Asynchronously lists information about all of the management certificates associated with the specified subscription.

Return to top
Show: