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