public interface ExpressRouteGatewaysClient extends InnerSupportsGet<ExpressRouteGatewayInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
beginCreateOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
beginCreateOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters,
com.azure.core.util.Context context)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String expressRouteGatewayName,
com.azure.core.util.Context context)
Deletes the specified ExpressRoute gateway in a resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
beginUpdateTags(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags)
Updates express route gateway tags.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
beginUpdateTags(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates express route gateway tags.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
beginUpdateTagsAsync(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags)
Updates express route gateway tags.
|
ExpressRouteGatewayInner |
createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
ExpressRouteGatewayInner |
createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters,
com.azure.core.util.Context context)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
Mono<ExpressRouteGatewayInner> |
createOrUpdateAsync(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
void |
delete(String resourceGroupName,
String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group.
|
void |
delete(String resourceGroupName,
String expressRouteGatewayName,
com.azure.core.util.Context context)
Deletes the specified ExpressRoute gateway in a resource group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group.
|
ExpressRouteGatewayInner |
getByResourceGroup(String resourceGroupName,
String expressRouteGatewayName)
Fetches the details of a ExpressRoute gateway in a resource group.
|
Mono<ExpressRouteGatewayInner> |
getByResourceGroupAsync(String resourceGroupName,
String expressRouteGatewayName)
Fetches the details of a ExpressRoute gateway in a resource group.
|
com.azure.core.http.rest.Response<ExpressRouteGatewayInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String expressRouteGatewayName,
com.azure.core.util.Context context)
Fetches the details of a ExpressRoute gateway in a resource group.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteGatewayInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName)
Fetches the details of a ExpressRoute gateway in a resource group.
|
ExpressRouteGatewayListInner |
listByResourceGroup(String resourceGroupName)
Lists ExpressRoute gateways in a given resource group.
|
Mono<ExpressRouteGatewayListInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists ExpressRoute gateways in a given resource group.
|
com.azure.core.http.rest.Response<ExpressRouteGatewayListInner> |
listByResourceGroupWithResponse(String resourceGroupName,
com.azure.core.util.Context context)
Lists ExpressRoute gateways in a given resource group.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteGatewayListInner>> |
listByResourceGroupWithResponseAsync(String resourceGroupName)
Lists ExpressRoute gateways in a given resource group.
|
ExpressRouteGatewayListInner |
listBySubscription()
Lists ExpressRoute gateways under a given subscription.
|
Mono<ExpressRouteGatewayListInner> |
listBySubscriptionAsync()
Lists ExpressRoute gateways under a given subscription.
|
com.azure.core.http.rest.Response<ExpressRouteGatewayListInner> |
listBySubscriptionWithResponse(com.azure.core.util.Context context)
Lists ExpressRoute gateways under a given subscription.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteGatewayListInner>> |
listBySubscriptionWithResponseAsync()
Lists ExpressRoute gateways under a given subscription.
|
ExpressRouteGatewayInner |
updateTags(String resourceGroupName,
String expressRouteGatewayName)
Updates express route gateway tags.
|
ExpressRouteGatewayInner |
updateTags(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags)
Updates express route gateway tags.
|
ExpressRouteGatewayInner |
updateTags(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates express route gateway tags.
|
Mono<ExpressRouteGatewayInner> |
updateTagsAsync(String resourceGroupName,
String expressRouteGatewayName)
Updates express route gateway tags.
|
Mono<ExpressRouteGatewayInner> |
updateTagsAsync(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags)
Updates express route gateway tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateTagsWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags)
Updates express route gateway tags.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteGatewayListInner>> listBySubscriptionWithResponseAsync()
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<ExpressRouteGatewayListInner> listBySubscriptionAsync()
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.ExpressRouteGatewayListInner listBySubscription()
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<ExpressRouteGatewayListInner> listBySubscriptionWithResponse(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.Mono<com.azure.core.http.rest.Response<ExpressRouteGatewayListInner>> listByResourceGroupWithResponseAsync(String resourceGroupName)
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.Mono<ExpressRouteGatewayListInner> listByResourceGroupAsync(String resourceGroupName)
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.ExpressRouteGatewayListInner listByResourceGroup(String resourceGroupName)
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.Response<ExpressRouteGatewayListInner> listByResourceGroupWithResponse(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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.putExpressRouteGatewayParameters - Parameters required in an ExpressRoute gateway PUT 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<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginCreateOrUpdateAsync(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.putExpressRouteGatewayParameters - Parameters required in an ExpressRoute gateway PUT 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<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginCreateOrUpdate(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.putExpressRouteGatewayParameters - Parameters required in an ExpressRoute gateway PUT 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<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginCreateOrUpdate(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.putExpressRouteGatewayParameters - Parameters required in an ExpressRoute gateway PUT 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<ExpressRouteGatewayInner> createOrUpdateAsync(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.putExpressRouteGatewayParameters - Parameters required in an ExpressRoute gateway PUT 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.ExpressRouteGatewayInner createOrUpdate(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.putExpressRouteGatewayParameters - Parameters required in an ExpressRoute gateway PUT 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.ExpressRouteGatewayInner createOrUpdate(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.putExpressRouteGatewayParameters - Parameters required in an ExpressRoute gateway PUT 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<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginUpdateTagsAsync(String resourceGroupName, String expressRouteGatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginUpdateTags(String resourceGroupName, String expressRouteGatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginUpdateTags(String resourceGroupName, String expressRouteGatewayName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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<ExpressRouteGatewayInner> updateTagsAsync(String resourceGroupName, String expressRouteGatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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<ExpressRouteGatewayInner> updateTagsAsync(String resourceGroupName, String expressRouteGatewayName)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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.ExpressRouteGatewayInner updateTags(String resourceGroupName, String expressRouteGatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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.ExpressRouteGatewayInner updateTags(String resourceGroupName, String expressRouteGatewayName)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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.ExpressRouteGatewayInner updateTags(String resourceGroupName, String expressRouteGatewayName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the ExpressRouteGateway.expressRouteGatewayName - The name of the gateway.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<ExpressRouteGatewayInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String expressRouteGatewayName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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<ExpressRouteGatewayInner> getByResourceGroupAsync(String resourceGroupName, String expressRouteGatewayName)
getByResourceGroupAsync in interface InnerSupportsGet<ExpressRouteGatewayInner>resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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.ExpressRouteGatewayInner getByResourceGroup(String resourceGroupName, String expressRouteGatewayName)
getByResourceGroup in interface InnerSupportsGet<ExpressRouteGatewayInner>resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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<ExpressRouteGatewayInner> getByResourceGroupWithResponse(String resourceGroupName, String expressRouteGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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>>> deleteWithResponseAsync(String resourceGroupName, String expressRouteGatewayName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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 expressRouteGatewayName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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 expressRouteGatewayName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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 expressRouteGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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 expressRouteGatewayName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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 expressRouteGatewayName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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 expressRouteGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.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.