IExpressRoutePortsOperations Interface

Definition

ExpressRoutePortsOperations operations.

public interface IExpressRoutePortsOperations
type IExpressRoutePortsOperations = interface
Public Interface IExpressRoutePortsOperations

Methods

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

Creates or updates the specified ExpressRoutePort resource.

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

Deletes the specified ExpressRoutePort resource.

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

Creates or updates the specified ExpressRoutePort resource.

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

Deletes the specified ExpressRoutePort resource.

GenerateLOAWithHttpMessagesAsync(String, String, GenerateExpressRoutePortsLOARequest, Dictionary<String,List<String>>, CancellationToken)

Generate a letter of authorization for the requested ExpressRoutePort resource.

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

Retrieves the requested ExpressRoutePort resource.

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

List all the ExpressRoutePort resources in the specified resource group.

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

List all the ExpressRoutePort resources in the specified resource group.

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

List all the ExpressRoutePort resources in the specified subscription.

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

List all the ExpressRoutePort resources in the specified subscription.

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

Update ExpressRoutePort tags.

Extension Methods

BeginCreateOrUpdate(IExpressRoutePortsOperations, String, String, ExpressRoutePort)

Creates or updates the specified ExpressRoutePort resource.

BeginCreateOrUpdateAsync(IExpressRoutePortsOperations, String, String, ExpressRoutePort, CancellationToken)

Creates or updates the specified ExpressRoutePort resource.

BeginDelete(IExpressRoutePortsOperations, String, String)

Deletes the specified ExpressRoutePort resource.

BeginDeleteAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

Deletes the specified ExpressRoutePort resource.

CreateOrUpdate(IExpressRoutePortsOperations, String, String, ExpressRoutePort)

Creates or updates the specified ExpressRoutePort resource.

CreateOrUpdateAsync(IExpressRoutePortsOperations, String, String, ExpressRoutePort, CancellationToken)

Creates or updates the specified ExpressRoutePort resource.

Delete(IExpressRoutePortsOperations, String, String)

Deletes the specified ExpressRoutePort resource.

DeleteAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

Deletes the specified ExpressRoutePort resource.

GenerateLOA(IExpressRoutePortsOperations, String, String, GenerateExpressRoutePortsLOARequest)

Generate a letter of authorization for the requested ExpressRoutePort resource.

GenerateLOAAsync(IExpressRoutePortsOperations, String, String, GenerateExpressRoutePortsLOARequest, CancellationToken)

Generate a letter of authorization for the requested ExpressRoutePort resource.

Get(IExpressRoutePortsOperations, String, String)

Retrieves the requested ExpressRoutePort resource.

GetAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

Retrieves the requested ExpressRoutePort resource.

List(IExpressRoutePortsOperations)

List all the ExpressRoutePort resources in the specified subscription.

ListAsync(IExpressRoutePortsOperations, CancellationToken)

List all the ExpressRoutePort resources in the specified subscription.

ListByResourceGroup(IExpressRoutePortsOperations, String)

List all the ExpressRoutePort resources in the specified resource group.

ListByResourceGroupAsync(IExpressRoutePortsOperations, String, CancellationToken)

List all the ExpressRoutePort resources in the specified resource group.

ListByResourceGroupNext(IExpressRoutePortsOperations, String)

List all the ExpressRoutePort resources in the specified resource group.

ListByResourceGroupNextAsync(IExpressRoutePortsOperations, String, CancellationToken)

List all the ExpressRoutePort resources in the specified resource group.

ListNext(IExpressRoutePortsOperations, String)

List all the ExpressRoutePort resources in the specified subscription.

ListNextAsync(IExpressRoutePortsOperations, String, CancellationToken)

List all the ExpressRoutePort resources in the specified subscription.

UpdateTags(IExpressRoutePortsOperations, String, String, TagsObject)

Update ExpressRoutePort tags.

UpdateTagsAsync(IExpressRoutePortsOperations, String, String, TagsObject, CancellationToken)

Update ExpressRoutePort tags.

Applies to