Share via


AllowedConnectionsOperationsExtensions Class

Definition

Extension methods for AllowedConnectionsOperations

public static class AllowedConnectionsOperationsExtensions
type AllowedConnectionsOperationsExtensions = class
Public Module AllowedConnectionsOperationsExtensions
Inheritance
AllowedConnectionsOperationsExtensions

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