Share via


IAllowedConnectionsOperations Interface

Definition

AllowedConnectionsOperations operations.

public interface IAllowedConnectionsOperations
type IAllowedConnectionsOperations = interface
Public Interface IAllowedConnectionsOperations

Methods

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

Gets the list of all possible traffic between resources for the subscription and location, based on connection type.

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

Gets the list of all possible traffic between resources for the subscription and location.

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

Gets the list of all possible traffic between resources for the subscription and location.

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

Gets the list of all possible traffic between resources for the subscription

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

Gets the list of all possible traffic between resources for the subscription

Extension Methods

Get(IAllowedConnectionsOperations, String, String)

Gets the list of all possible traffic between resources for the subscription and location, based on connection type.

GetAsync(IAllowedConnectionsOperations, String, String, CancellationToken)

Gets the list of all possible traffic between resources for the subscription and location, based on connection type.

List(IAllowedConnectionsOperations)

Gets the list of all possible traffic between resources for the subscription

ListAsync(IAllowedConnectionsOperations, CancellationToken)

Gets the list of all possible traffic between resources for the subscription

ListByHomeRegion(IAllowedConnectionsOperations)

Gets the list of all possible traffic between resources for the subscription and location.

ListByHomeRegionAsync(IAllowedConnectionsOperations, CancellationToken)

Gets the list of all possible traffic between resources for the subscription and location.

ListByHomeRegionNext(IAllowedConnectionsOperations, String)

Gets the list of all possible traffic between resources for the subscription and location.

ListByHomeRegionNextAsync(IAllowedConnectionsOperations, String, CancellationToken)

Gets the list of all possible traffic between resources for the subscription and location.

ListNext(IAllowedConnectionsOperations, String)

Gets the list of all possible traffic between resources for the subscription

ListNextAsync(IAllowedConnectionsOperations, String, CancellationToken)

Gets the list of all possible traffic between resources for the subscription

Applies to