ExpressRouteGatewaysOperationsExtensions Class

Definition

Extension methods for ExpressRouteGatewaysOperations.

public static class ExpressRouteGatewaysOperationsExtensions
type ExpressRouteGatewaysOperationsExtensions = class
Public Module ExpressRouteGatewaysOperationsExtensions
Inheritance
ExpressRouteGatewaysOperationsExtensions

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