Share via


IClientRootCertificateOperations Interface

 

The Network Management API includes operations for managing the client root certificates for your subscription. (see https://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)

Syntax

public interface IClientRootCertificateOperations
public interface class IClientRootCertificateOperations
type IClientRootCertificateOperations = interface end
Public Interface IClientRootCertificateOperations

Methods

Name Description
CreateAsync(String, ClientRootCertificateCreateParameters, CancellationToken)

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)

DeleteAsync(String, String, CancellationToken)

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)

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

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

Extension Methods

Name Description
Create(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)(Defined by ClientRootCertificateOperationsExtensions.)

CreateAsync(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)(Defined by ClientRootCertificateOperationsExtensions.)

Delete(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)(Defined by ClientRootCertificateOperationsExtensions.)

DeleteAsync(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)(Defined by ClientRootCertificateOperationsExtensions.)

Get(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)(Defined by ClientRootCertificateOperationsExtensions.)

GetAsync(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)(Defined by ClientRootCertificateOperationsExtensions.)

List(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)(Defined by ClientRootCertificateOperationsExtensions.)

ListAsync(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)(Defined by ClientRootCertificateOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top