Share via


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 https://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)

Syntax

public static ClientRootCertificateListResponse List(
    this IClientRootCertificateOperations operations,
    string networkName
)
public:
[ExtensionAttribute]
static ClientRootCertificateListResponse^ List(
    IClientRootCertificateOperations^ operations,
    String^ networkName
)
static member List : 
        operations:IClientRootCertificateOperations *
        networkName:string -> ClientRootCertificateListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IClientRootCertificateOperations,
    networkName As String
) As ClientRootCertificateListResponse

Parameters

  • 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.

See Also

ClientRootCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top