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
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
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
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
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
Updates express route gateway tags.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller
Updates express route gateway tags.
Parameters:
Returns:
beginUpdateTagsAsync
public abstract PollerFlux
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
Creates or updates a ExpressRoute gateway in a specified resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
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
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
Fetches the details of a ExpressRoute gateway in a resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Fetches the details of a ExpressRoute gateway in a resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
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
Lists ExpressRoute gateways in a given resource group.
Parameters:
Returns:
listByResourceGroupWithResponse
public abstract Response
Lists ExpressRoute gateways in a given resource group.
Parameters:
Returns:
listByResourceGroupWithResponseAsync
public abstract Mono
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
Lists ExpressRoute gateways under a given subscription.
Returns:
listBySubscriptionWithResponse
public abstract Response
Lists ExpressRoute gateways under a given subscription.
Parameters:
Returns:
listBySubscriptionWithResponseAsync
public abstract Mono
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
Updates express route gateway tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates express route gateway tags.
Parameters:
Returns:
Applies to
Azure SDK for Java