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 http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public static Task<ClientRootCertificateListResponse> ListAsync( this IClientRootCertificateOperations operations, string networkName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
- 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.
Show: