ClientRootCertificateOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
public static Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse List (this Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations operations, string networkName);
static member List : Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse
<Extension()>
Public Function List (operations As IClientRootCertificateOperations, networkName As String) As ClientRootCertificateListResponse
Parameters
- operations
- IClientRootCertificateOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
- networkName
- String
Required. The name of the virtual network for this gateway.
Returns
The response for the List Client Root Certificates operation.
Applies to
Azure SDK for .NET