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)

public interface class IManagementCertificateOperations

NameDescription
System_CAPS_pubmethodCreateAsync(ManagementCertificateCreateParameters^, CancellationToken)

Asynchronously adds a management certificate to a subscription.

System_CAPS_pubmethodDeleteAsync(String^, CancellationToken)

Asynchonously deletes a management certificate from a subscription.

System_CAPS_pubmethodGetAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(ManagementCertificateCreateParameters^)

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

System_CAPS_pubmethodCreateAsync(ManagementCertificateCreateParameters^)

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

System_CAPS_pubmethodDelete(String^)

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

System_CAPS_pubmethodDeleteAsync(String^)

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

System_CAPS_pubmethodGet(String^)

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

System_CAPS_pubmethodGetAsync(String^)

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

System_CAPS_pubmethodList()

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

System_CAPS_pubmethodListAsync()

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

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:

Return to top
Show: