共用方式為


IExpressRouteCircuitAuthorizationsOperations Interface

Definition

ExpressRouteCircuitAuthorizationsOperations operations.

public interface IExpressRouteCircuitAuthorizationsOperations
type IExpressRouteCircuitAuthorizationsOperations = interface
Public Interface IExpressRouteCircuitAuthorizationsOperations

Methods

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

Creates or updates an authorization in the specified express route circuit.

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

Deletes the specified authorization from the specified express route circuit.

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

Creates or updates an authorization in the specified express route circuit.

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

Deletes the specified authorization from the specified express route circuit.

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

Gets the specified authorization from the specified express route circuit.

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

Gets all authorizations in an express route circuit.

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

Gets all authorizations in an express route circuit.

Extension Methods

BeginCreateOrUpdateAsync(IExpressRouteCircuitAuthorizationsOperations, String, String, String, ExpressRouteCircuitAuthorizationInner, CancellationToken)

Creates or updates an authorization in the specified express route circuit.

BeginDeleteAsync(IExpressRouteCircuitAuthorizationsOperations, String, String, String, CancellationToken)

Deletes the specified authorization from the specified express route circuit.

CreateOrUpdateAsync(IExpressRouteCircuitAuthorizationsOperations, String, String, String, ExpressRouteCircuitAuthorizationInner, CancellationToken)

Creates or updates an authorization in the specified express route circuit.

DeleteAsync(IExpressRouteCircuitAuthorizationsOperations, String, String, String, CancellationToken)

Deletes the specified authorization from the specified express route circuit.

GetAsync(IExpressRouteCircuitAuthorizationsOperations, String, String, String, CancellationToken)

Gets the specified authorization from the specified express route circuit.

ListAsync(IExpressRouteCircuitAuthorizationsOperations, String, String, CancellationToken)

Gets all authorizations in an express route circuit.

ListNextAsync(IExpressRouteCircuitAuthorizationsOperations, String, CancellationToken)

Gets all authorizations in an express route circuit.

Applies to