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
Create(IManagementCertificateOperations, ManagementCertificateCreateParameters)

Adds a management certificate to a subscription.

CreateAsync(IManagementCertificateOperations, ManagementCertificateCreateParameters)

Asynchronously adds a management certificate to a subscription.

Delete(IManagementCertificateOperations, String)

Deletes a management certificate from a subscription.

DeleteAsync(IManagementCertificateOperations, String)

Asynchonously deletes a management certificate from a subscription.

Get(IManagementCertificateOperations, String)

Retrieves information about the management certificate with the specified thumbprint.

GetAsync(IManagementCertificateOperations, String)

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

List(IManagementCertificateOperations)

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

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