ExpressRouteCircuits interface
Interface representing a ExpressRouteCircuits.
Methods
Method Details
beginCreateOrUpdate(string, string, ExpressRouteCircuit, ExpressRouteCircuitsCreateOrUpdateOptionalParams)
Creates or updates an express route circuit.
function beginCreateOrUpdate(resourceGroupName: string, circuitName: string, parameters: ExpressRouteCircuit, options?: ExpressRouteCircuitsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExpressRouteCircuit>, ExpressRouteCircuit>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the circuit.
- parameters
- ExpressRouteCircuit
Parameters supplied to the create or update express route circuit operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ExpressRouteCircuit>, ExpressRouteCircuit>>
beginCreateOrUpdateAndWait(string, string, ExpressRouteCircuit, ExpressRouteCircuitsCreateOrUpdateOptionalParams)
Creates or updates an express route circuit.
function beginCreateOrUpdateAndWait(resourceGroupName: string, circuitName: string, parameters: ExpressRouteCircuit, options?: ExpressRouteCircuitsCreateOrUpdateOptionalParams): Promise<ExpressRouteCircuit>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the circuit.
- parameters
- ExpressRouteCircuit
Parameters supplied to the create or update express route circuit operation.
The options parameters.
Returns
Promise<ExpressRouteCircuit>
beginDelete(string, string, ExpressRouteCircuitsDeleteOptionalParams)
Deletes the specified express route circuit.
function beginDelete(resourceGroupName: string, circuitName: string, options?: ExpressRouteCircuitsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, ExpressRouteCircuitsDeleteOptionalParams)
Deletes the specified express route circuit.
function beginDeleteAndWait(resourceGroupName: string, circuitName: string, options?: ExpressRouteCircuitsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
The options parameters.
Returns
Promise<void>
beginListArpTable(string, string, string, string, ExpressRouteCircuitsListArpTableOptionalParams)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
function beginListArpTable(resourceGroupName: string, circuitName: string, peeringName: string, devicePath: string, options?: ExpressRouteCircuitsListArpTableOptionalParams): Promise<SimplePollerLike<OperationState<ExpressRouteCircuitsArpTableListResult>, ExpressRouteCircuitsArpTableListResult>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- peeringName
-
string
The name of the peering.
- devicePath
-
string
The path of the device.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ExpressRouteCircuitsArpTableListResult>, ExpressRouteCircuitsArpTableListResult>>
beginListArpTableAndWait(string, string, string, string, ExpressRouteCircuitsListArpTableOptionalParams)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
function beginListArpTableAndWait(resourceGroupName: string, circuitName: string, peeringName: string, devicePath: string, options?: ExpressRouteCircuitsListArpTableOptionalParams): Promise<ExpressRouteCircuitsArpTableListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- peeringName
-
string
The name of the peering.
- devicePath
-
string
The path of the device.
The options parameters.
Returns
beginListRoutesTable(string, string, string, string, ExpressRouteCircuitsListRoutesTableOptionalParams)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
function beginListRoutesTable(resourceGroupName: string, circuitName: string, peeringName: string, devicePath: string, options?: ExpressRouteCircuitsListRoutesTableOptionalParams): Promise<SimplePollerLike<OperationState<ExpressRouteCircuitsRoutesTableListResult>, ExpressRouteCircuitsRoutesTableListResult>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- peeringName
-
string
The name of the peering.
- devicePath
-
string
The path of the device.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ExpressRouteCircuitsRoutesTableListResult>, ExpressRouteCircuitsRoutesTableListResult>>
beginListRoutesTableAndWait(string, string, string, string, ExpressRouteCircuitsListRoutesTableOptionalParams)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
function beginListRoutesTableAndWait(resourceGroupName: string, circuitName: string, peeringName: string, devicePath: string, options?: ExpressRouteCircuitsListRoutesTableOptionalParams): Promise<ExpressRouteCircuitsRoutesTableListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- peeringName
-
string
The name of the peering.
- devicePath
-
string
The path of the device.
The options parameters.
Returns
beginListRoutesTableSummary(string, string, string, string, ExpressRouteCircuitsListRoutesTableSummaryOptionalParams)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
function beginListRoutesTableSummary(resourceGroupName: string, circuitName: string, peeringName: string, devicePath: string, options?: ExpressRouteCircuitsListRoutesTableSummaryOptionalParams): Promise<SimplePollerLike<OperationState<ExpressRouteCircuitsRoutesTableSummaryListResult>, ExpressRouteCircuitsRoutesTableSummaryListResult>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- peeringName
-
string
The name of the peering.
- devicePath
-
string
The path of the device.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ExpressRouteCircuitsRoutesTableSummaryListResult>, ExpressRouteCircuitsRoutesTableSummaryListResult>>
beginListRoutesTableSummaryAndWait(string, string, string, string, ExpressRouteCircuitsListRoutesTableSummaryOptionalParams)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
function beginListRoutesTableSummaryAndWait(resourceGroupName: string, circuitName: string, peeringName: string, devicePath: string, options?: ExpressRouteCircuitsListRoutesTableSummaryOptionalParams): Promise<ExpressRouteCircuitsRoutesTableSummaryListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- peeringName
-
string
The name of the peering.
- devicePath
-
string
The path of the device.
The options parameters.
Returns
get(string, string, ExpressRouteCircuitsGetOptionalParams)
Gets information about the specified express route circuit.
function get(resourceGroupName: string, circuitName: string, options?: ExpressRouteCircuitsGetOptionalParams): Promise<ExpressRouteCircuit>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of express route circuit.
The options parameters.
Returns
Promise<ExpressRouteCircuit>
getPeeringStats(string, string, string, ExpressRouteCircuitsGetPeeringStatsOptionalParams)
Gets all stats from an express route circuit in a resource group.
function getPeeringStats(resourceGroupName: string, circuitName: string, peeringName: string, options?: ExpressRouteCircuitsGetPeeringStatsOptionalParams): Promise<ExpressRouteCircuitStats>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- peeringName
-
string
The name of the peering.
The options parameters.
Returns
Promise<ExpressRouteCircuitStats>
getStats(string, string, ExpressRouteCircuitsGetStatsOptionalParams)
Gets all the stats from an express route circuit in a resource group.
function getStats(resourceGroupName: string, circuitName: string, options?: ExpressRouteCircuitsGetStatsOptionalParams): Promise<ExpressRouteCircuitStats>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
The options parameters.
Returns
Promise<ExpressRouteCircuitStats>
list(string, ExpressRouteCircuitsListOptionalParams)
Gets all the express route circuits in a resource group.
function list(resourceGroupName: string, options?: ExpressRouteCircuitsListOptionalParams): PagedAsyncIterableIterator<ExpressRouteCircuit, ExpressRouteCircuit[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
The options parameters.
Returns
listAll(ExpressRouteCircuitsListAllOptionalParams)
Gets all the express route circuits in a subscription.
function listAll(options?: ExpressRouteCircuitsListAllOptionalParams): PagedAsyncIterableIterator<ExpressRouteCircuit, ExpressRouteCircuit[], PageSettings>
Parameters
The options parameters.
Returns
updateTags(string, string, TagsObject, ExpressRouteCircuitsUpdateTagsOptionalParams)
Updates an express route circuit tags.
function updateTags(resourceGroupName: string, circuitName: string, parameters: TagsObject, options?: ExpressRouteCircuitsUpdateTagsOptionalParams): Promise<ExpressRouteCircuit>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the circuit.
- parameters
- TagsObject
Parameters supplied to update express route circuit tags.
The options parameters.
Returns
Promise<ExpressRouteCircuit>