IExpressRouteGatewaysOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ExpressRouteGatewaysOperations operations.
public interface IExpressRouteGatewaysOperations
type IExpressRouteGatewaysOperations = interface
Public Interface IExpressRouteGatewaysOperations
Methods
Extension Methods
BeginCreateOrUpdateAsync(IExpressRouteGatewaysOperations, String, String, ExpressRouteGatewayInner, CancellationToken) |
Creates or updates a ExpressRoute gateway in a specified resource group. |
BeginDeleteAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken) |
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources. |
CreateOrUpdateAsync(IExpressRouteGatewaysOperations, String, String, ExpressRouteGatewayInner, CancellationToken) |
Creates or updates a ExpressRoute gateway in a specified resource group. |
DeleteAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken) |
Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources. |
GetAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken) |
Fetches the details of a ExpressRoute gateway in a resource group. |
ListByResourceGroupAsync(IExpressRouteGatewaysOperations, String, CancellationToken) |
Lists ExpressRoute gateways in a given resource group. |
ListBySubscriptionAsync(IExpressRouteGatewaysOperations, CancellationToken) |
Lists ExpressRoute gateways under a given subscription. |
Applies to
Azure SDK for .NET