ClientRootCertificateOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IClientRootCertificateOperations, 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)

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IClientRootCertificateOperations, 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)

System_CAPS_pubmethodSystem_CAPS_staticDelete(IClientRootCertificateOperations, 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)

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IClientRootCertificateOperations, 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)

System_CAPS_pubmethodSystem_CAPS_staticGet(IClientRootCertificateOperations, 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)

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IClientRootCertificateOperations, 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)

System_CAPS_pubmethodSystem_CAPS_staticList(IClientRootCertificateOperations, 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)

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IClientRootCertificateOperations, 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)

Return to top
Show: