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 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
Task<ClientRootCertificateListResponse> ListAsync(
string networkName,
CancellationToken cancellationToken
)
Task<ClientRootCertificateListResponse^>^ ListAsync(
String^ networkName,
CancellationToken cancellationToken
)
abstract ListAsync :
networkName:string *
cancellationToken:CancellationToken -> Task<ClientRootCertificateListResponse>
Function ListAsync (
networkName As String,
cancellationToken As CancellationToken
) As Task(Of ClientRootCertificateListResponse)
Parameters
networkName
Type: System.StringThe name of the virtual network for this gateway.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ClientRootCertificateListResponse>
The response for the List Client Root Certificates operation.
See Also
IClientRootCertificateOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top