DedicatedCircuitOperationsExtensions.BeginNewAsync 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 New Dedicated Circuit operation creates a new dedicated circuit.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginNewAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations operations, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters parameters);
static member BeginNewAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
<Extension()>
Public Function BeginNewAsync (operations As IDedicatedCircuitOperations, parameters As DedicatedCircuitNewParameters) As Task(Of ExpressRouteOperationResponse)
Parameters
- operations
- IDedicatedCircuitOperations
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
- parameters
- DedicatedCircuitNewParameters
Required. Parameters supplied to the New Dedicated Circuit operation.
Returns
A standard service response including an HTTP status code and request ID.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET