IClientRootCertificateOperations.ListAsync Method (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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<ClientRootCertificateListResponse> ListAsync(
string networkName,
CancellationToken cancellationToken
)
Parameters
- networkName
-
Type:
System.String
The name of the virtual network for this gateway.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<ClientRootCertificateListResponse>The response for the List Client Root Certificates operation.
Show: