ManagementCertificateOperationsExtensions Class

 

Represents the extensions for management certificate management.

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

System.Object
  Microsoft.WindowsAzure.Management.ManagementCertificateOperationsExtensions

<ExtensionAttribute>
Public NotInheritable Class ManagementCertificateOperationsExtensions

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.

Management certificates are used to authenticate operations that are performed on resources in a subscription.

For more information about management certificates, see the following resources:

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: