Share via


ClientRootCertificateOperationsExtensions Class

 

The Service Management API includes operations for managing the virtual networks for your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions

Syntax

public static class ClientRootCertificateOperationsExtensions
[ExtensionAttribute]
public ref class ClientRootCertificateOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ClientRootCertificateOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ClientRootCertificateOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IClientRootCertificateOperations, String, ClientRootCertificateCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IClientRootCertificateOperations, String, ClientRootCertificateCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IClientRootCertificateOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IClientRootCertificateOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(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 https://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(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 https://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static List(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 https://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ListAsync(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 https://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx for more information)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top