IExpressRouteGatewaysOperations Interface

Definition

ExpressRouteGatewaysOperations operations.

public interface IExpressRouteGatewaysOperations
type IExpressRouteGatewaysOperations = interface
Public Interface IExpressRouteGatewaysOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ExpressRouteGatewayInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a ExpressRoute gateway in a specified resource group.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<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.

CreateOrUpdateWithHttpMessagesAsync(String, String, ExpressRouteGatewayInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a ExpressRoute gateway in a specified resource group.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<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.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Fetches the details of a ExpressRoute gateway in a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists ExpressRoute gateways in a given resource group.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists ExpressRoute gateways under a given subscription.

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