ClientRootCertificateOperationsExtensions.ListAsync Method
Asynchronously retrieves a list of client root certificates that are associated with the specified Virtual Network.
Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)
Usage
'Usage
Dim operations As IClientRootCertificateOperations
Dim virtualNetworkName As String
Dim returnValue As Task(Of ClientRootCertificateListResponse)
returnValue = ClientRootCertificateOperationsExtensions.ListAsync(operations, virtualNetworkName)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function ListAsync ( _
operations As IClientRootCertificateOperations, _
virtualNetworkName As String _
) As Task(Of ClientRootCertificateListResponse)
[ExtensionAttribute]
public static Task<ClientRootCertificateListResponse> ListAsync (
IClientRootCertificateOperations operations,
string virtualNetworkName
)
[ExtensionAttribute]
public:
static Task<ClientRootCertificateListResponse^>^ ListAsync (
IClientRootCertificateOperations^ operations,
String^ virtualNetworkName
)
/** @attribute ExtensionAttribute() */
public static Task<ClientRootCertificateListResponse> ListAsync (
IClientRootCertificateOperations operations,
String virtualNetworkName
)
ExtensionAttribute
public static function ListAsync (
operations : IClientRootCertificateOperations,
virtualNetworkName : String
) : Task<ClientRootCertificateListResponse>
Parameters
- operations
The IClientRootCertificateOperations object that specifies the client root certificate operations.
- virtualNetworkName
The name of the Virtual Network.
Return Value
An ClientRootCertificateListResponse object that lists the client root certificates.
Remarks
For more information about listing client root certificates, see List Client Root Certificates.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
ClientRootCertificateOperationsExtensions Class
ClientRootCertificateOperationsExtensions Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace