IExpressRoutePortAuthorizationsOperations Interface

Definition

ExpressRoutePortAuthorizationsOperations operations.

public interface IExpressRoutePortAuthorizationsOperations
type IExpressRoutePortAuthorizationsOperations = interface
Public Interface IExpressRoutePortAuthorizationsOperations

Methods

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

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

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

Deletes the specified authorization from the specified express route port.

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

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

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

Deletes the specified authorization from the specified express route port.

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

Gets the specified authorization from the specified express route port.

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

Gets all authorizations in an express route port.

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

Gets all authorizations in an express route port.

Extension Methods

BeginCreateOrUpdate(IExpressRoutePortAuthorizationsOperations, String, String, String, ExpressRoutePortAuthorization)

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

BeginCreateOrUpdateAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, ExpressRoutePortAuthorization, CancellationToken)

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

BeginDelete(IExpressRoutePortAuthorizationsOperations, String, String, String)

Deletes the specified authorization from the specified express route port.

BeginDeleteAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, CancellationToken)

Deletes the specified authorization from the specified express route port.

CreateOrUpdate(IExpressRoutePortAuthorizationsOperations, String, String, String, ExpressRoutePortAuthorization)

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

CreateOrUpdateAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, ExpressRoutePortAuthorization, CancellationToken)

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

Delete(IExpressRoutePortAuthorizationsOperations, String, String, String)

Deletes the specified authorization from the specified express route port.

DeleteAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, CancellationToken)

Deletes the specified authorization from the specified express route port.

Get(IExpressRoutePortAuthorizationsOperations, String, String, String)

Gets the specified authorization from the specified express route port.

GetAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, CancellationToken)

Gets the specified authorization from the specified express route port.

List(IExpressRoutePortAuthorizationsOperations, String, String)

Gets all authorizations in an express route port.

ListAsync(IExpressRoutePortAuthorizationsOperations, String, String, CancellationToken)

Gets all authorizations in an express route port.

ListNext(IExpressRoutePortAuthorizationsOperations, String)

Gets all authorizations in an express route port.

ListNextAsync(IExpressRoutePortAuthorizationsOperations, String, CancellationToken)

Gets all authorizations in an express route port.

Applies to