IManagementCertificateOperations Interface

Definition

You can use management certificates, which are also known as subscription certificates, to authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154124.aspx for more information)

public interface IManagementCertificateOperations
type IManagementCertificateOperations = interface
Public Interface IManagementCertificateOperations

Methods

CreateAsync(ManagementCertificateCreateParameters, CancellationToken)

The Create Management Certificate operation adds a certificate to the list of management certificates. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154123.aspx for more information)

DeleteAsync(String, CancellationToken)

The Delete Management Certificate operation deletes a certificate from the list of management certificates. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154127.aspx for more information)

GetAsync(String, CancellationToken)

The Get Management Certificate operation retrieves information about the management certificate with the specified thumbprint. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154131.aspx for more information)

ListAsync(CancellationToken)

The List Management Certificates operation lists and returns basic information about all of the management certificates associated with the specified subscription. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx for more information)

Extension Methods

Create(IManagementCertificateOperations, ManagementCertificateCreateParameters)

The Create Management Certificate operation adds a certificate to the list of management certificates. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154123.aspx for more information)

CreateAsync(IManagementCertificateOperations, ManagementCertificateCreateParameters)

The Create Management Certificate operation adds a certificate to the list of management certificates. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154123.aspx for more information)

Delete(IManagementCertificateOperations, String)

The Delete Management Certificate operation deletes a certificate from the list of management certificates. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154127.aspx for more information)

DeleteAsync(IManagementCertificateOperations, String)

The Delete Management Certificate operation deletes a certificate from the list of management certificates. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154127.aspx for more information)

Get(IManagementCertificateOperations, String)

The Get Management Certificate operation retrieves information about the management certificate with the specified thumbprint. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154131.aspx for more information)

GetAsync(IManagementCertificateOperations, String)

The Get Management Certificate operation retrieves information about the management certificate with the specified thumbprint. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154131.aspx for more information)

List(IManagementCertificateOperations)

The List Management Certificates operation lists and returns basic information about all of the management certificates associated with the specified subscription. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx for more information)

ListAsync(IManagementCertificateOperations)

The List Management Certificates operation lists and returns basic information about all of the management certificates associated with the specified subscription. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx for more information)

Applies to