IClientRootCertificateOperations Interface

 

The Network Management API includes operations for managing the client root certificates for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for more information)

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

Public Interface IClientRootCertificateOperations

NameDescription
System_CAPS_pubmethodCreateAsync(String, ClientRootCertificateCreateParameters, CancellationToken)

The Upload Client Root Certificate operation is used to upload a new client root certificate to Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx for more information)

System_CAPS_pubmethodDeleteAsync(String, String, CancellationToken)

The Delete Client Root Certificate operation deletes a previously uploaded client root certificate from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx for more information)

System_CAPS_pubmethodGetAsync(String, String, CancellationToken)

The Get Client Root Certificate operation returns the public portion of a previously uploaded client root certificate in a base-64-encoded format from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx for more information)

System_CAPS_pubmethodListAsync(String, CancellationToken)

The List Client Root Certificates operation returns a list of all the client root certificates that are associated with the specified virtual network in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx for more information)

NameDescription
System_CAPS_pubmethodCreate(String, ClientRootCertificateCreateParameters)

The Upload Client Root Certificate operation is used to upload a new client root certificate to Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx for more information)(Defined by ClientRootCertificateOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(String, ClientRootCertificateCreateParameters)

The Upload Client Root Certificate operation is used to upload a new client root certificate to Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx for more information)(Defined by ClientRootCertificateOperationsExtensions.)

System_CAPS_pubmethodDelete(String, String)

The Delete Client Root Certificate operation deletes a previously uploaded client root certificate from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx for more information)(Defined by ClientRootCertificateOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String, String)

The Delete Client Root Certificate operation deletes a previously uploaded client root certificate from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx for more information)(Defined by ClientRootCertificateOperationsExtensions.)

System_CAPS_pubmethodGet(String, String)

The Get Client Root Certificate operation returns the public portion of a previously uploaded client root certificate in a base-64-encoded format from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx for more information)(Defined by ClientRootCertificateOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String, String)

The Get Client Root Certificate operation returns the public portion of a previously uploaded client root certificate in a base-64-encoded format from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx for more information)(Defined by ClientRootCertificateOperationsExtensions.)

System_CAPS_pubmethodList(String)

The List Client Root Certificates operation returns a list of all the client root certificates that are associated with the specified virtual network in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx for more information)(Defined by ClientRootCertificateOperationsExtensions.)

System_CAPS_pubmethodListAsync(String)

The List Client Root Certificates operation returns a list of all the client root certificates that are associated with the specified virtual network in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx for more information)(Defined by ClientRootCertificateOperationsExtensions.)

Return to top
Show: