DedicatedCircuitLinkOperationsExtensions.ListAsync 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 Dedicated Circuit Links operation retrieves a list of Vnets that are linked to the circuit with the specified service key.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations operations, string serviceKey);
static member ListAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse>
<Extension()>
Public Function ListAsync (operations As IDedicatedCircuitLinkOperations, serviceKey As String) As Task(Of DedicatedCircuitLinkListResponse)
Parameters
- operations
- IDedicatedCircuitLinkOperations
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
- serviceKey
- String
Optional.
Returns
The List Dedicated Circuit Link operation response.