Udostępnij za pośrednictwem


ClientRootCertificateOperationsExtensions.List Method

Definition

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)

public static Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse List (this Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations operations, string networkName);
static member List : Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse
<Extension()>
Public Function List (operations As IClientRootCertificateOperations, networkName As String) As ClientRootCertificateListResponse

Parameters

operations
IClientRootCertificateOperations

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

networkName
String

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

Returns

The response for the List Client Root Certificates operation.

Applies to