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
Creates or updates a peering in the specified ExpressRouteCrossConnection.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a peering in the specified ExpressRouteCrossConnection.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a peering in the specified ExpressRouteCrossConnection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified peering from the ExpressRouteCrossConnection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified peering from the ExpressRouteCrossConnection.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates or updates a peering in the specified ExpressRouteCrossConnection.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified peering from the ExpressRouteCrossConnection.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets the specified peering for the ExpressRouteCrossConnection.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified peering for the ExpressRouteCrossConnection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified peering for the ExpressRouteCrossConnection.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all peerings in a specified ExpressRouteCrossConnection.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all peerings in a specified ExpressRouteCrossConnection.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all peerings in a specified ExpressRouteCrossConnection.
Parameters:
Returns:
Applies to
Azure SDK for Java