ManagementCertificateOperationsExtensions Class

 

Represents the extensions for management certificate management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.ManagementCertificateOperationsExtensions

Syntax

public static class ManagementCertificateOperationsExtensions
[ExtensionAttribute]
public ref class ManagementCertificateOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ManagementCertificateOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ManagementCertificateOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IManagementCertificateOperations, ManagementCertificateCreateParameters)

Adds a management certificate to a subscription.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IManagementCertificateOperations, ManagementCertificateCreateParameters)

Asynchronously adds a management certificate to a subscription.

System_CAPS_pubmethodSystem_CAPS_static Delete(IManagementCertificateOperations, String)

Deletes a management certificate from a subscription.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IManagementCertificateOperations, String)

Asynchonously deletes a management certificate from a subscription.

System_CAPS_pubmethodSystem_CAPS_static Get(IManagementCertificateOperations, String)

Retrieves information about the management certificate with the specified thumbprint.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IManagementCertificateOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IManagementCertificateOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IManagementCertificateOperations)

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

Remarks

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:

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top