public interface ExpressRouteCircuitsClient extends InnerSupportsGet<ExpressRouteCircuitInner>, InnerSupportsListing<ExpressRouteCircuitInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitInner>,ExpressRouteCircuitInner> |
beginCreateOrUpdate(String resourceGroupName,
String circuitName,
ExpressRouteCircuitInner parameters)
Creates or updates an express route circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitInner>,ExpressRouteCircuitInner> |
beginCreateOrUpdate(String resourceGroupName,
String circuitName,
ExpressRouteCircuitInner parameters,
com.azure.core.util.Context context)
Creates or updates an express route circuit.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitInner>,ExpressRouteCircuitInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String circuitName,
ExpressRouteCircuitInner parameters)
Creates or updates an express route circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String circuitName)
Deletes the specified express route circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String circuitName,
com.azure.core.util.Context context)
Deletes the specified express route circuit.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String circuitName)
Deletes the specified express route circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsArpTableListResultInner>,ExpressRouteCircuitsArpTableListResultInner> |
beginListArpTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsArpTableListResultInner>,ExpressRouteCircuitsArpTableListResultInner> |
beginListArpTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath,
com.azure.core.util.Context context)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsArpTableListResultInner>,ExpressRouteCircuitsArpTableListResultInner> |
beginListArpTableAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableListResultInner>,ExpressRouteCircuitsRoutesTableListResultInner> |
beginListRoutesTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableListResultInner>,ExpressRouteCircuitsRoutesTableListResultInner> |
beginListRoutesTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath,
com.azure.core.util.Context context)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableListResultInner>,ExpressRouteCircuitsRoutesTableListResultInner> |
beginListRoutesTableAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>,ExpressRouteCircuitsRoutesTableSummaryListResultInner> |
beginListRoutesTableSummary(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>,ExpressRouteCircuitsRoutesTableSummaryListResultInner> |
beginListRoutesTableSummary(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath,
com.azure.core.util.Context context)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>,ExpressRouteCircuitsRoutesTableSummaryListResultInner> |
beginListRoutesTableSummaryAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
|
ExpressRouteCircuitInner |
createOrUpdate(String resourceGroupName,
String circuitName,
ExpressRouteCircuitInner parameters)
Creates or updates an express route circuit.
|
ExpressRouteCircuitInner |
createOrUpdate(String resourceGroupName,
String circuitName,
ExpressRouteCircuitInner parameters,
com.azure.core.util.Context context)
Creates or updates an express route circuit.
|
Mono<ExpressRouteCircuitInner> |
createOrUpdateAsync(String resourceGroupName,
String circuitName,
ExpressRouteCircuitInner parameters)
Creates or updates an express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String circuitName,
ExpressRouteCircuitInner parameters)
Creates or updates an express route circuit.
|
void |
delete(String resourceGroupName,
String circuitName)
Deletes the specified express route circuit.
|
void |
delete(String resourceGroupName,
String circuitName,
com.azure.core.util.Context context)
Deletes the specified express route circuit.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String circuitName)
Deletes the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String circuitName)
Deletes the specified express route circuit.
|
ExpressRouteCircuitInner |
getByResourceGroup(String resourceGroupName,
String circuitName)
Gets information about the specified express route circuit.
|
Mono<ExpressRouteCircuitInner> |
getByResourceGroupAsync(String resourceGroupName,
String circuitName)
Gets information about the specified express route circuit.
|
com.azure.core.http.rest.Response<ExpressRouteCircuitInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String circuitName,
com.azure.core.util.Context context)
Gets information about the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String circuitName)
Gets information about the specified express route circuit.
|
ExpressRouteCircuitStatsInner |
getPeeringStats(String resourceGroupName,
String circuitName,
String peeringName)
Gets all stats from an express route circuit in a resource group.
|
Mono<ExpressRouteCircuitStatsInner> |
getPeeringStatsAsync(String resourceGroupName,
String circuitName,
String peeringName)
Gets all stats from an express route circuit in a resource group.
|
com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner> |
getPeeringStatsWithResponse(String resourceGroupName,
String circuitName,
String peeringName,
com.azure.core.util.Context context)
Gets all stats from an express route circuit in a resource group.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner>> |
getPeeringStatsWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName)
Gets all stats from an express route circuit in a resource group.
|
ExpressRouteCircuitStatsInner |
getStats(String resourceGroupName,
String circuitName)
Gets all the stats from an express route circuit in a resource group.
|
Mono<ExpressRouteCircuitStatsInner> |
getStatsAsync(String resourceGroupName,
String circuitName)
Gets all the stats from an express route circuit in a resource group.
|
com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner> |
getStatsWithResponse(String resourceGroupName,
String circuitName,
com.azure.core.util.Context context)
Gets all the stats from an express route circuit in a resource group.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner>> |
getStatsWithResponseAsync(String resourceGroupName,
String circuitName)
Gets all the stats from an express route circuit in a resource group.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitInner> |
list()
Gets all the express route circuits in a subscription.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitInner> |
list(com.azure.core.util.Context context)
Gets all the express route circuits in a subscription.
|
ExpressRouteCircuitsArpTableListResultInner |
listArpTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
|
ExpressRouteCircuitsArpTableListResultInner |
listArpTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath,
com.azure.core.util.Context context)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
|
Mono<ExpressRouteCircuitsArpTableListResultInner> |
listArpTableAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listArpTableWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
|
com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitInner> |
listAsync()
Gets all the express route circuits in a subscription.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitInner> |
listByResourceGroup(String resourceGroupName)
Gets all the express route circuits in a resource group.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all the express route circuits in a resource group.
|
com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all the express route circuits in a resource group.
|
ExpressRouteCircuitsRoutesTableListResultInner |
listRoutesTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
ExpressRouteCircuitsRoutesTableListResultInner |
listRoutesTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath,
com.azure.core.util.Context context)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
Mono<ExpressRouteCircuitsRoutesTableListResultInner> |
listRoutesTableAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
ExpressRouteCircuitsRoutesTableSummaryListResultInner |
listRoutesTableSummary(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
|
ExpressRouteCircuitsRoutesTableSummaryListResultInner |
listRoutesTableSummary(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath,
com.azure.core.util.Context context)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
|
Mono<ExpressRouteCircuitsRoutesTableSummaryListResultInner> |
listRoutesTableSummaryAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listRoutesTableSummaryWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listRoutesTableWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
ExpressRouteCircuitInner |
updateTags(String resourceGroupName,
String circuitName)
Updates an express route circuit tags.
|
Mono<ExpressRouteCircuitInner> |
updateTagsAsync(String resourceGroupName,
String circuitName)
Updates an express route circuit tags.
|
Mono<ExpressRouteCircuitInner> |
updateTagsAsync(String resourceGroupName,
String circuitName,
Map<String,String> tags)
Updates an express route circuit tags.
|
com.azure.core.http.rest.Response<ExpressRouteCircuitInner> |
updateTagsWithResponse(String resourceGroupName,
String circuitName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates an express route circuit tags.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String circuitName,
Map<String,String> tags)
Updates an express route circuit tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String circuitName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String circuitName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitInner> getByResourceGroupAsync(String resourceGroupName, String circuitName)
getByResourceGroupAsync in interface InnerSupportsGet<ExpressRouteCircuitInner>resourceGroupName - The name of the resource group.circuitName - The name of express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitInner getByResourceGroup(String resourceGroupName, String circuitName)
getByResourceGroup in interface InnerSupportsGet<ExpressRouteCircuitInner>resourceGroupName - The name of the resource group.circuitName - The name of express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRouteCircuitInner> getByResourceGroupWithResponse(String resourceGroupName, String circuitName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of express route circuit.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String circuitName, ExpressRouteCircuitInner parameters)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.parameters - Parameters supplied to the create or update express route circuit operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitInner>,ExpressRouteCircuitInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, ExpressRouteCircuitInner parameters)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.parameters - Parameters supplied to the create or update express route circuit operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitInner>,ExpressRouteCircuitInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, ExpressRouteCircuitInner parameters)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.parameters - Parameters supplied to the create or update express route circuit operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitInner>,ExpressRouteCircuitInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, ExpressRouteCircuitInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.parameters - Parameters supplied to the create or update express route circuit operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitInner> createOrUpdateAsync(String resourceGroupName, String circuitName, ExpressRouteCircuitInner parameters)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.parameters - Parameters supplied to the create or update express route circuit operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitInner createOrUpdate(String resourceGroupName, String circuitName, ExpressRouteCircuitInner parameters)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.parameters - Parameters supplied to the create or update express route circuit operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitInner createOrUpdate(String resourceGroupName, String circuitName, ExpressRouteCircuitInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.parameters - Parameters supplied to the create or update express route circuit operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitInner>> updateTagsWithResponseAsync(String resourceGroupName, String circuitName, Map<String,String> tags)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitInner> updateTagsAsync(String resourceGroupName, String circuitName, Map<String,String> tags)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitInner> updateTagsAsync(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitInner updateTags(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRouteCircuitInner> updateTagsWithResponse(String resourceGroupName, String circuitName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.tags - Resource tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listArpTableWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsArpTableListResultInner>,ExpressRouteCircuitsArpTableListResultInner> beginListArpTableAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsArpTableListResultInner>,ExpressRouteCircuitsArpTableListResultInner> beginListArpTable(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsArpTableListResultInner>,ExpressRouteCircuitsArpTableListResultInner> beginListArpTable(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitsArpTableListResultInner> listArpTableAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitsArpTableListResultInner listArpTable(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitsArpTableListResultInner listArpTable(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listRoutesTableWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableListResultInner>,ExpressRouteCircuitsRoutesTableListResultInner> beginListRoutesTableAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableListResultInner>,ExpressRouteCircuitsRoutesTableListResultInner> beginListRoutesTable(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableListResultInner>,ExpressRouteCircuitsRoutesTableListResultInner> beginListRoutesTable(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitsRoutesTableListResultInner> listRoutesTableAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitsRoutesTableListResultInner listRoutesTable(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitsRoutesTableListResultInner listRoutesTable(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listRoutesTableSummaryWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>,ExpressRouteCircuitsRoutesTableSummaryListResultInner> beginListRoutesTableSummaryAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>,ExpressRouteCircuitsRoutesTableSummaryListResultInner> beginListRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>,ExpressRouteCircuitsRoutesTableSummaryListResultInner> beginListRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitsRoutesTableSummaryListResultInner> listRoutesTableSummaryAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitsRoutesTableSummaryListResultInner listRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitsRoutesTableSummaryListResultInner listRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.devicePath - The path of the device.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner>> getStatsWithResponseAsync(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitStatsInner> getStatsAsync(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitStatsInner getStats(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner> getStatsWithResponse(String resourceGroupName, String circuitName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner>> getPeeringStatsWithResponseAsync(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCircuitStatsInner> getPeeringStatsAsync(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCircuitStatsInner getPeeringStats(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner> getPeeringStatsWithResponse(String resourceGroupName, String circuitName, String peeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ExpressRouteCircuitInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ExpressRouteCircuitInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitInner> listAsync()
listAsync in interface InnerSupportsListing<ExpressRouteCircuitInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitInner> list()
list in interface InnerSupportsListing<ExpressRouteCircuitInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.