ExpressRouteCircuitPeeringsClient Interface

public interface ExpressRouteCircuitPeeringsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

abstract SyncPoller<PollResult<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters, Context context)

Creates or updates a peering in the specified express route circuits.

abstract PollerFlux<PollResult<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

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

Deletes the specified peering from the specified express route circuit.

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

Deletes the specified peering from the specified express route circuit.

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

Deletes the specified peering from the specified express route circuit.

abstract ExpressRouteCircuitPeeringInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

abstract ExpressRouteCircuitPeeringInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters, Context context)

Creates or updates a peering in the specified express route circuits.

abstract Mono<ExpressRouteCircuitPeeringInner> createOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

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

Deletes the specified peering from the specified express route circuit.

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

Deletes the specified peering from the specified express route circuit.

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

Deletes the specified peering from the specified express route circuit.

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

Deletes the specified peering from the specified express route circuit.

abstract ExpressRouteCircuitPeeringInner get(String resourceGroupName, String circuitName, String peeringName)

Gets the specified peering for the express route circuit.

abstract Mono<ExpressRouteCircuitPeeringInner> getAsync(String resourceGroupName, String circuitName, String peeringName)

Gets the specified peering for the express route circuit.

abstract Response<ExpressRouteCircuitPeeringInner> getWithResponse(String resourceGroupName, String circuitName, String peeringName, Context context)

Gets the specified peering for the express route circuit.

abstract Mono<Response<ExpressRouteCircuitPeeringInner>> getWithResponseAsync(String resourceGroupName, String circuitName, String peeringName)

Gets the specified peering for the express route circuit.

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

Gets all peerings in a specified express route circuit.

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

Gets all peerings in a specified express route circuit.

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

Gets all peerings in a specified express route circuit.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,ExpressRouteCircuitPeeringInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.
peeringParameters - Parameters supplied to the create or update express route circuit peering operation.

Returns:

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

beginCreateOrUpdate

public abstract SyncPoller,ExpressRouteCircuitPeeringInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters, Context context)

Creates or updates a peering in the specified express route circuits.

Parameters:

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

Returns:

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

beginCreateOrUpdateAsync

public abstract PollerFlux,ExpressRouteCircuitPeeringInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.
peeringParameters - Parameters supplied to the create or update express route circuit peering operation.

Returns:

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

beginDelete

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

Deletes the specified peering from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.

Returns:

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

beginDelete

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

Deletes the specified peering from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.
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 peeringName)

Deletes the specified peering from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.

Returns:

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

createOrUpdate

public abstract ExpressRouteCircuitPeeringInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.
peeringParameters - Parameters supplied to the create or update express route circuit peering operation.

Returns:

peering in an ExpressRouteCircuit resource.

createOrUpdate

public abstract ExpressRouteCircuitPeeringInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters, Context context)

Creates or updates a peering in the specified express route circuits.

Parameters:

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

Returns:

peering in an ExpressRouteCircuit resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.
peeringParameters - Parameters supplied to the create or update express route circuit peering operation.

Returns:

peering in an ExpressRouteCircuit resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)

Creates or updates a peering in the specified express route circuits.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.
peeringParameters - Parameters supplied to the create or update express route circuit peering operation.

Returns:

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

delete

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

Deletes the specified peering from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.

delete

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

Deletes the specified peering from the specified express route circuit.

Parameters:

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

deleteAsync

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

Deletes the specified peering from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

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

Deletes the specified peering from the specified express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ExpressRouteCircuitPeeringInner get(String resourceGroupName, String circuitName, String peeringName)

Gets the specified peering for the express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.

Returns:

the specified peering for the express route circuit.

getAsync

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

Gets the specified peering for the express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.

Returns:

the specified peering for the express route circuit on successful completion of Mono.

getWithResponse

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

Gets the specified peering for the express route circuit.

Parameters:

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

Returns:

the specified peering for the express route circuit along with Response<T>.

getWithResponseAsync

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

Gets the specified peering for the express route circuit.

Parameters:

resourceGroupName - The name of the resource group.
circuitName - The name of the express route circuit.
peeringName - The name of the peering.

Returns:

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

list

public abstract PagedIterable list(String resourceGroupName, String circuitName)

Gets all peerings in a specified express route circuit.

Parameters:

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

Returns:

all peerings in a specified express route circuit as paginated response with PagedIterable<T>.

list

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

Gets all peerings in a specified express route circuit.

Parameters:

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

Returns:

all peerings in a specified express route circuit as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String circuitName)

Gets all peerings in a specified express route circuit.

Parameters:

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

Returns:

all peerings in a specified express route circuit as paginated response with PagedFlux<T>.

Applies to