ExpressRouteGatewaysClient Interface
Implements
public interface ExpressRouteGatewaysClient
extends InnerSupportsGet<ExpressRouteGatewayInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in ExpressRouteGatewaysClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginCreateOrUpdate(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginCreateOrUpdate(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters, Context context)
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginCreateOrUpdateAsync(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRouteGatewayName, Context context)
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller<PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginUpdateTags(String resourceGroupName, String expressRouteGatewayName, TagsObject expressRouteGatewayParameters)
Updates express route gateway tags.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller<PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginUpdateTags(String resourceGroupName, String expressRouteGatewayName, TagsObject expressRouteGatewayParameters, Context context)
Updates express route gateway tags.
Parameters:
Returns:
beginUpdateTagsAsync
public abstract PollerFlux<PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> beginUpdateTagsAsync(String resourceGroupName, String expressRouteGatewayName, TagsObject expressRouteGatewayParameters)
Updates express route gateway tags.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteGatewayInner createOrUpdate(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteGatewayInner createOrUpdate(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters, Context context)
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<ExpressRouteGatewayInner> createOrUpdateAsync(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.
Parameters:
delete
public abstract void delete(String resourceGroupName, String expressRouteGatewayName, Context context)
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String expressRouteGatewayName)
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.
Parameters:
Returns:
getByResourceGroup
public abstract ExpressRouteGatewayInner getByResourceGroup(String resourceGroupName, String expressRouteGatewayName)
Fetches the details of a ExpressRoute gateway in a resource group.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<ExpressRouteGatewayInner> getByResourceGroupAsync(String resourceGroupName, String expressRouteGatewayName)
Fetches the details of a ExpressRoute gateway in a resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<ExpressRouteGatewayInner> getByResourceGroupWithResponse(String resourceGroupName, String expressRouteGatewayName, Context context)
Fetches the details of a ExpressRoute gateway in a resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<ExpressRouteGatewayInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String expressRouteGatewayName)
Fetches the details of a ExpressRoute gateway in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract ExpressRouteGatewayListInner listByResourceGroup(String resourceGroupName)
Lists ExpressRoute gateways in a given resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract Mono<ExpressRouteGatewayListInner> listByResourceGroupAsync(String resourceGroupName)
Lists ExpressRoute gateways in a given resource group.
Parameters:
Returns:
listByResourceGroupWithResponse
public abstract Response<ExpressRouteGatewayListInner> listByResourceGroupWithResponse(String resourceGroupName, Context context)
Lists ExpressRoute gateways in a given resource group.
Parameters:
Returns:
listByResourceGroupWithResponseAsync
public abstract Mono<Response<ExpressRouteGatewayListInner>> listByResourceGroupWithResponseAsync(String resourceGroupName)
Lists ExpressRoute gateways in a given resource group.
Parameters:
Returns:
listBySubscription
public abstract ExpressRouteGatewayListInner listBySubscription()
Lists ExpressRoute gateways under a given subscription.
Returns:
listBySubscriptionAsync
public abstract Mono<ExpressRouteGatewayListInner> listBySubscriptionAsync()
Lists ExpressRoute gateways under a given subscription.
Returns:
listBySubscriptionWithResponse
public abstract Response<ExpressRouteGatewayListInner> listBySubscriptionWithResponse(Context context)
Lists ExpressRoute gateways under a given subscription.
Parameters:
Returns:
listBySubscriptionWithResponseAsync
public abstract Mono<Response<ExpressRouteGatewayListInner>> listBySubscriptionWithResponseAsync()
Lists ExpressRoute gateways under a given subscription.
Returns:
updateTags
public abstract ExpressRouteGatewayInner updateTags(String resourceGroupName, String expressRouteGatewayName, TagsObject expressRouteGatewayParameters)
Updates express route gateway tags.
Parameters:
Returns:
updateTags
public abstract ExpressRouteGatewayInner updateTags(String resourceGroupName, String expressRouteGatewayName, TagsObject expressRouteGatewayParameters, Context context)
Updates express route gateway tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono<ExpressRouteGatewayInner> updateTagsAsync(String resourceGroupName, String expressRouteGatewayName, TagsObject expressRouteGatewayParameters)
Updates express route gateway tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, TagsObject expressRouteGatewayParameters)
Updates express route gateway tags.
Parameters:
Returns: