ExpressRoutePortAuthorizationsOperationsExtensions Class

Definition

Extension methods for ExpressRoutePortAuthorizationsOperations.

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

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