IManagementCertificateOperations Interface

 

Represents the interface for operations that are used to manage management certificates.

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

Syntax

public interface IManagementCertificateOperations
public interface class IManagementCertificateOperations
type IManagementCertificateOperations = interface end
Public Interface IManagementCertificateOperations

Methods

Name Description
System_CAPS_pubmethod CreateAsync(ManagementCertificateCreateParameters, CancellationToken)

Asynchronously adds a management certificate to a subscription.

System_CAPS_pubmethod DeleteAsync(String, CancellationToken)

Asynchonously deletes a management certificate from a subscription.

System_CAPS_pubmethod GetAsync(String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Create(ManagementCertificateCreateParameters)

Adds a management certificate to a subscription.(Defined by ManagementCertificateOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(ManagementCertificateCreateParameters)

Asynchronously adds a management certificate to a subscription.(Defined by ManagementCertificateOperationsExtensions.)

System_CAPS_pubmethod Delete(String)

Deletes a management certificate from a subscription.(Defined by ManagementCertificateOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String)

Asynchonously deletes a management certificate from a subscription.(Defined by ManagementCertificateOperationsExtensions.)

System_CAPS_pubmethod Get(String)

Retrieves information about the management certificate with the specified thumbprint.(Defined by ManagementCertificateOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String)

Asynchronously retrieves information about the management certificate with the specified thumbprint.(Defined by ManagementCertificateOperationsExtensions.)

System_CAPS_pubmethod List()

Lists information about all of the management certificates associated with the specified subscription.(Defined by ManagementCertificateOperationsExtensions.)

System_CAPS_pubmethod ListAsync()

Asynchronously lists information about all of the management certificates associated with the specified subscription.(Defined by ManagementCertificateOperationsExtensions.)

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:

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top