Sdílet prostřednictvím


IExpressRouteGatewaysOperations Interface

Definition

ExpressRouteGatewaysOperations operations.

public interface IExpressRouteGatewaysOperations
type IExpressRouteGatewaysOperations = interface
Public Interface IExpressRouteGatewaysOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ExpressRouteGateway, 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.

BeginUpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates express route gateway tags.

CreateOrUpdateWithHttpMessagesAsync(String, String, ExpressRouteGateway, 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.

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates express route gateway tags.

Extension Methods

BeginCreateOrUpdate(IExpressRouteGatewaysOperations, String, String, ExpressRouteGateway)

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

BeginCreateOrUpdateAsync(IExpressRouteGatewaysOperations, String, String, ExpressRouteGateway, CancellationToken)

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

BeginDelete(IExpressRouteGatewaysOperations, String, String)

Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.

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.

BeginUpdateTags(IExpressRouteGatewaysOperations, String, String, TagsObject)

Updates express route gateway tags.

BeginUpdateTagsAsync(IExpressRouteGatewaysOperations, String, String, TagsObject, CancellationToken)

Updates express route gateway tags.

CreateOrUpdate(IExpressRouteGatewaysOperations, String, String, ExpressRouteGateway)

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

CreateOrUpdateAsync(IExpressRouteGatewaysOperations, String, String, ExpressRouteGateway, CancellationToken)

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

Delete(IExpressRouteGatewaysOperations, String, String)

Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.

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.

Get(IExpressRouteGatewaysOperations, String, String)

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

GetAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken)

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

ListByResourceGroup(IExpressRouteGatewaysOperations, String)

Lists ExpressRoute gateways in a given resource group.

ListByResourceGroupAsync(IExpressRouteGatewaysOperations, String, CancellationToken)

Lists ExpressRoute gateways in a given resource group.

ListBySubscription(IExpressRouteGatewaysOperations)

Lists ExpressRoute gateways under a given subscription.

ListBySubscriptionAsync(IExpressRouteGatewaysOperations, CancellationToken)

Lists ExpressRoute gateways under a given subscription.

UpdateTags(IExpressRouteGatewaysOperations, String, String, TagsObject)

Updates express route gateway tags.

UpdateTagsAsync(IExpressRouteGatewaysOperations, String, String, TagsObject, CancellationToken)

Updates express route gateway tags.

Applies to