ExpressRouteCircuitPeeringsClient Interface
public interface ExpressRouteCircuitPeeringsClient
An instance of this class provides access to all the operations defined in ExpressRouteCircuitPeeringsClient.
Method Summary
Method Details
beginCreateOrUpdate
public 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.
Parameters:
Returns:
beginCreateOrUpdate
public 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.
Parameters:
Returns:
beginCreateOrUpdateAsync
public 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.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String peeringName)
Deletes the specified peering from the specified express route circuit.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String peeringName, Context context)
Deletes the specified peering from the specified express route circuit.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String circuitName, String peeringName)
Deletes the specified peering from the specified express route circuit.
Parameters:
Returns:
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:
Returns:
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:
Returns:
createOrUpdateAsync
public abstract Mono<ExpressRouteCircuitPeeringInner> createOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)
Creates or updates a peering in the specified express route circuits.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public 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.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String circuitName, String peeringName)
Deletes the specified peering from the specified express route circuit.
Parameters:
delete
public abstract void delete(String resourceGroupName, String circuitName, String peeringName, Context context)
Deletes the specified peering from the specified express route circuit.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String circuitName, String peeringName)
Deletes the specified peering from the specified express route circuit.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String circuitName, String peeringName)
Deletes the specified peering from the specified express route circuit.
Parameters:
Returns:
get
public abstract ExpressRouteCircuitPeeringInner get(String resourceGroupName, String circuitName, String peeringName)
Gets the specified peering for the express route circuit.
Parameters:
Returns:
getAsync
public abstract Mono<ExpressRouteCircuitPeeringInner> getAsync(String resourceGroupName, String circuitName, String peeringName)
Gets the specified peering for the express route circuit.
Parameters:
Returns:
getWithResponse
public abstract Response<ExpressRouteCircuitPeeringInner> getWithResponse(String resourceGroupName, String circuitName, String peeringName, Context context)
Gets the specified peering for the express route circuit.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ExpressRouteCircuitPeeringInner>> getWithResponseAsync(String resourceGroupName, String circuitName, String peeringName)
Gets the specified peering for the express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable<ExpressRouteCircuitPeeringInner> list(String resourceGroupName, String circuitName)
Gets all peerings in a specified express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable<ExpressRouteCircuitPeeringInner> list(String resourceGroupName, String circuitName, Context context)
Gets all peerings in a specified express route circuit.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ExpressRouteCircuitPeeringInner> listAsync(String resourceGroupName, String circuitName)
Gets all peerings in a specified express route circuit.
Parameters:
Returns: