IExpressRouteCrossConnectionPeeringsOperations Interface

Definition

ExpressRouteCrossConnectionPeeringsOperations operations.

public interface IExpressRouteCrossConnectionPeeringsOperations
type IExpressRouteCrossConnectionPeeringsOperations = interface
Public Interface IExpressRouteCrossConnectionPeeringsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ExpressRouteCrossConnectionPeeringInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a peering in the specified ExpressRouteCrossConnection.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified peering from the ExpressRouteCrossConnection.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ExpressRouteCrossConnectionPeeringInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a peering in the specified ExpressRouteCrossConnection.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified peering from the ExpressRouteCrossConnection.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified peering for the ExpressRouteCrossConnection.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all peerings in a specified ExpressRouteCrossConnection.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all peerings in a specified ExpressRouteCrossConnection.

Extension Methods

BeginCreateOrUpdateAsync(IExpressRouteCrossConnectionPeeringsOperations, String, String, String, ExpressRouteCrossConnectionPeeringInner, CancellationToken)

Creates or updates a peering in the specified ExpressRouteCrossConnection.

BeginDeleteAsync(IExpressRouteCrossConnectionPeeringsOperations, String, String, String, CancellationToken)

Deletes the specified peering from the ExpressRouteCrossConnection.

CreateOrUpdateAsync(IExpressRouteCrossConnectionPeeringsOperations, String, String, String, ExpressRouteCrossConnectionPeeringInner, CancellationToken)

Creates or updates a peering in the specified ExpressRouteCrossConnection.

DeleteAsync(IExpressRouteCrossConnectionPeeringsOperations, String, String, String, CancellationToken)

Deletes the specified peering from the ExpressRouteCrossConnection.

GetAsync(IExpressRouteCrossConnectionPeeringsOperations, String, String, String, CancellationToken)

Gets the specified peering for the ExpressRouteCrossConnection.

ListAsync(IExpressRouteCrossConnectionPeeringsOperations, String, String, CancellationToken)

Gets all peerings in a specified ExpressRouteCrossConnection.

ListNextAsync(IExpressRouteCrossConnectionPeeringsOperations, String, CancellationToken)

Gets all peerings in a specified ExpressRouteCrossConnection.

Applies to