ExpressRouteCircuitAuthorizations interface
Interface representing a ExpressRouteCircuitAuthorizations.
Methods
Method Details
beginCreateOrUpdate(string, string, string, ExpressRouteCircuitAuthorization, ExpressRouteCircuitAuthorizationsCreateOrUpdateOptionalParams)
Creates or updates an authorization in the specified express route circuit.
function beginCreateOrUpdate(resourceGroupName: string, circuitName: string, authorizationName: string, authorizationParameters: ExpressRouteCircuitAuthorization, options?: ExpressRouteCircuitAuthorizationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExpressRouteCircuitAuthorization>, ExpressRouteCircuitAuthorization>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- authorizationName
-
string
The name of the authorization.
- authorizationParameters
- ExpressRouteCircuitAuthorization
Parameters supplied to the create or update express route circuit authorization operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ExpressRouteCircuitAuthorization>, ExpressRouteCircuitAuthorization>>
beginCreateOrUpdateAndWait(string, string, string, ExpressRouteCircuitAuthorization, ExpressRouteCircuitAuthorizationsCreateOrUpdateOptionalParams)
Creates or updates an authorization in the specified express route circuit.
function beginCreateOrUpdateAndWait(resourceGroupName: string, circuitName: string, authorizationName: string, authorizationParameters: ExpressRouteCircuitAuthorization, options?: ExpressRouteCircuitAuthorizationsCreateOrUpdateOptionalParams): Promise<ExpressRouteCircuitAuthorization>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- authorizationName
-
string
The name of the authorization.
- authorizationParameters
- ExpressRouteCircuitAuthorization
Parameters supplied to the create or update express route circuit authorization operation.
The options parameters.
Returns
Promise<ExpressRouteCircuitAuthorization>
beginDelete(string, string, string, ExpressRouteCircuitAuthorizationsDeleteOptionalParams)
Deletes the specified authorization from the specified express route circuit.
function beginDelete(resourceGroupName: string, circuitName: string, authorizationName: string, options?: ExpressRouteCircuitAuthorizationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- authorizationName
-
string
The name of the authorization.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ExpressRouteCircuitAuthorizationsDeleteOptionalParams)
Deletes the specified authorization from the specified express route circuit.
function beginDeleteAndWait(resourceGroupName: string, circuitName: string, authorizationName: string, options?: ExpressRouteCircuitAuthorizationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- authorizationName
-
string
The name of the authorization.
The options parameters.
Returns
Promise<void>
get(string, string, string, ExpressRouteCircuitAuthorizationsGetOptionalParams)
Gets the specified authorization from the specified express route circuit.
function get(resourceGroupName: string, circuitName: string, authorizationName: string, options?: ExpressRouteCircuitAuthorizationsGetOptionalParams): Promise<ExpressRouteCircuitAuthorization>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the express route circuit.
- authorizationName
-
string
The name of the authorization.
The options parameters.
Returns
Promise<ExpressRouteCircuitAuthorization>
list(string, string, ExpressRouteCircuitAuthorizationsListOptionalParams)
Gets all authorizations in an express route circuit.
function list(resourceGroupName: string, circuitName: string, options?: ExpressRouteCircuitAuthorizationsListOptionalParams): PagedAsyncIterableIterator<ExpressRouteCircuitAuthorization, ExpressRouteCircuitAuthorization[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- circuitName
-
string
The name of the circuit.
The options parameters.