AuthorizedDedicatedCircuitOperationsExtensions.GetAsync 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 Get Dedicated Circuit operation retrieves the specified authorized dedicated circuit.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations operations, string serviceKey);
static member GetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitGetResponse>
<Extension()>
Public Function GetAsync (operations As IAuthorizedDedicatedCircuitOperations, serviceKey As String) As Task(Of AuthorizedDedicatedCircuitGetResponse)
Parameters
- operations
- IAuthorizedDedicatedCircuitOperations
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations.
- serviceKey
- String
Required. The service key representing the circuit.
Returns
The Get Authorized Dedicated Circuit operation response.