ExpressRouteCircuitAuthorizationsClient Interface

public interface ExpressRouteCircuitAuthorizationsClient

An instance of this class provides access to all the operations defined in ExpressRouteCircuitAuthorizationsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

abstract SyncPoller<PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters, Context context)

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

abstract PollerFlux<PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String authorizationName, Context context)

Deletes the specified authorization from the specified express route circuit.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

abstract ExpressRouteCircuitAuthorizationInner createOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

abstract ExpressRouteCircuitAuthorizationInner createOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters, Context context)

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

abstract Mono<ExpressRouteCircuitAuthorizationInner> createOrUpdateAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

abstract void delete(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

abstract void delete(String resourceGroupName, String circuitName, String authorizationName, Context context)

Deletes the specified authorization from the specified express route circuit.

abstract Mono<Void> deleteAsync(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

abstract ExpressRouteCircuitAuthorizationInner get(String resourceGroupName, String circuitName, String authorizationName)

Gets the specified authorization from the specified express route circuit.

abstract Mono<ExpressRouteCircuitAuthorizationInner> getAsync(String resourceGroupName, String circuitName, String authorizationName)

Gets the specified authorization from the specified express route circuit.

abstract Response<ExpressRouteCircuitAuthorizationInner> getWithResponse(String resourceGroupName, String circuitName, String authorizationName, Context context)

Gets the specified authorization from the specified express route circuit.

abstract Mono<Response<ExpressRouteCircuitAuthorizationInner>> getWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName)

Gets the specified authorization from the specified express route circuit.

abstract PagedIterable<ExpressRouteCircuitAuthorizationInner> list(String resourceGroupName, String circuitName)

Gets all authorizations in an express route circuit.

abstract PagedIterable<ExpressRouteCircuitAuthorizationInner> list(String resourceGroupName, String circuitName, Context context)

Gets all authorizations in an express route circuit.

abstract PagedFlux<ExpressRouteCircuitAuthorizationInner> listAsync(String resourceGroupName, String circuitName)

Gets all authorizations in an express route circuit.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
authorizationParameters - Parameters supplied to the create or update express route circuit authorization operation.

Returns:

the SyncPoller<T,U> for polling of authorization in an ExpressRouteCircuit resource.

beginCreateOrUpdate

public abstract SyncPoller,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters, Context context)

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

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
authorizationParameters - Parameters supplied to the create or update express route circuit authorization operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of authorization in an ExpressRouteCircuit resource.

beginCreateOrUpdateAsync

public abstract PollerFlux,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
authorizationParameters - Parameters supplied to the create or update express route circuit authorization operation.

Returns:

the PollerFlux<T,U> for polling of authorization in an ExpressRouteCircuit resource.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String circuitName, String authorizationName, Context context)

Deletes the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

createOrUpdate

public abstract ExpressRouteCircuitAuthorizationInner createOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
authorizationParameters - Parameters supplied to the create or update express route circuit authorization operation.

Returns:

authorization in an ExpressRouteCircuit resource.

createOrUpdate

public abstract ExpressRouteCircuitAuthorizationInner createOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters, Context context)

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

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
authorizationParameters - Parameters supplied to the create or update express route circuit authorization operation.
context - The context to associate with this operation.

Returns:

authorization in an ExpressRouteCircuit resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
authorizationParameters - Parameters supplied to the create or update express route circuit authorization operation.

Returns:

authorization in an ExpressRouteCircuit resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)

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

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
authorizationParameters - Parameters supplied to the create or update express route circuit authorization operation.

Returns:

authorization in an ExpressRouteCircuit resource along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.

delete

public abstract void delete(String resourceGroupName, String circuitName, String authorizationName, Context context)

Deletes the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName)

Deletes the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ExpressRouteCircuitAuthorizationInner get(String resourceGroupName, String circuitName, String authorizationName)

Gets the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.

Returns:

the specified authorization from the specified express route circuit.

getAsync

public abstract Mono getAsync(String resourceGroupName, String circuitName, String authorizationName)

Gets the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.

Returns:

the specified authorization from the specified express route circuit on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String circuitName, String authorizationName, Context context)

Gets the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.
context - The context to associate with this operation.

Returns:

the specified authorization from the specified express route circuit along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName)

Gets the specified authorization from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
authorizationName - The name of the authorization.

Returns:

the specified authorization from the specified express route circuit along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String circuitName)

Gets all authorizations in an express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the circuit.

Returns:

all authorizations in an express route circuit as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String circuitName, Context context)

Gets all authorizations in an express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the circuit.
context - The context to associate with this operation.

Returns:

all authorizations in an express route circuit as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String circuitName)

Gets all authorizations in an express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the circuit.

Returns:

all authorizations in an express route circuit as paginated response with PagedFlux<T>.

Applies to