共用方式為


IClientRootCertificateOperations Interface

Definition

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)

public interface IClientRootCertificateOperations
type IClientRootCertificateOperations = interface
Public Interface IClientRootCertificateOperations

Methods

CreateAsync(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)

DeleteAsync(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)

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

Extension Methods

Create(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)

CreateAsync(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)

Delete(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)

DeleteAsync(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)

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

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

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

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

Applies to