Share via


ClientRootCertificateOperationsExtensions.ListAsync 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 Task<ClientRootCertificateListResponse> ListAsync(
    this IClientRootCertificateOperations operations,
    string networkName
)
public:
[ExtensionAttribute]
static Task<ClientRootCertificateListResponse^>^ ListAsync(
    IClientRootCertificateOperations^ operations,
    String^ networkName
)
static member ListAsync : 
        operations:IClientRootCertificateOperations *
        networkName:string -> Task<ClientRootCertificateListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IClientRootCertificateOperations,
    networkName As String
) As Task(Of ClientRootCertificateListResponse)

Parameters

  • networkName
    Type: System.String

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

Return Value

Type: System.Threading.Tasks.Task<ClientRootCertificateListResponse>

The response for the List Client Root Certificates operation.

See Also

ClientRootCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top