IManagementCertificateOperations Interface
Represents the interface for operations that are used to manage management certificates.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
| 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. |
| 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.) |
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:
.jpeg?cs-save-lang=1&cs-lang=csharp)