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 | |
---|---|---|
CreateAsync(ManagementCertificateCreateParameters, CancellationToken) | Asynchronously adds a management certificate to a subscription. |
|
DeleteAsync(String, CancellationToken) | Asynchonously deletes a management certificate from a subscription. |
|
GetAsync(String, CancellationToken) | Asynchronously retrieves information about the management certificate with the specified thumbprint. |
|
ListAsync(CancellationToken) | Asynchronously lists information about all of the management certificates associated with the specified subscription. |
Extension Methods
Name | Description | |
---|---|---|
Create(ManagementCertificateCreateParameters) | Adds a management certificate to a subscription.(Defined by ManagementCertificateOperationsExtensions.) |
|
CreateAsync(ManagementCertificateCreateParameters) | Asynchronously adds a management certificate to a subscription.(Defined by ManagementCertificateOperationsExtensions.) |
|
Delete(String) | Deletes a management certificate from a subscription.(Defined by ManagementCertificateOperationsExtensions.) |
|
DeleteAsync(String) | Asynchonously deletes a management certificate from a subscription.(Defined by ManagementCertificateOperationsExtensions.) |
|
Get(String) | Retrieves information about the management certificate with the specified thumbprint.(Defined by ManagementCertificateOperationsExtensions.) |
|
GetAsync(String) | Asynchronously retrieves information about the management certificate with the specified thumbprint.(Defined by ManagementCertificateOperationsExtensions.) |
|
List() | Lists information about all of the management certificates associated with the specified subscription.(Defined by ManagementCertificateOperationsExtensions.) |
|
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