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

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

public static ClientRootCertificateListResponse List(
	this IClientRootCertificateOperations operations,
	string networkName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.

networkName
Type: System.String

Required. The name of the virtual network for this gateway.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse

The response for the List Client Root Certificates operation.

Return to top
Show: