AllowedConnectionsClient Interface
public interface AllowedConnectionsClient
An instance of this class provides access to all the operations defined in AllowedConnectionsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Allowed |
get(String resourceGroupName, String ascLocation, ConnectionType connectionType)
Gets the list of all possible traffic between resources for the subscription and location, based on connection type. |
|
abstract
Response<Allowed |
getWithResponse(String resourceGroupName, String ascLocation, ConnectionType connectionType, Context context)
Gets the list of all possible traffic between resources for the subscription and location, based on connection type. |
|
abstract
Paged |
list()
Gets the list of all possible traffic between resources for the subscription. |
|
abstract
Paged |
list(Context context)
Gets the list of all possible traffic between resources for the subscription. |
|
abstract
Paged |
listByHomeRegion(String ascLocation)
Gets the list of all possible traffic between resources for the subscription and location. |
|
abstract
Paged |
listByHomeRegion(String ascLocation, Context context)
Gets the list of all possible traffic between resources for the subscription and location. |
Method Details
get
public abstract AllowedConnectionsResourceInner get(String resourceGroupName, String ascLocation, ConnectionType connectionType)
Gets the list of all possible traffic between resources for the subscription and location, based on connection type.
Parameters:
Returns:
getWithResponse
public abstract Response<AllowedConnectionsResourceInner> getWithResponse(String resourceGroupName, String ascLocation, ConnectionType connectionType, Context context)
Gets the list of all possible traffic between resources for the subscription and location, based on connection type.
Parameters:
Returns:
list
public abstract PagedIterable<AllowedConnectionsResourceInner> list()
Gets the list of all possible traffic between resources for the subscription.
Returns:
list
public abstract PagedIterable<AllowedConnectionsResourceInner> list(Context context)
Gets the list of all possible traffic between resources for the subscription.
Parameters:
Returns:
listByHomeRegion
public abstract PagedIterable<AllowedConnectionsResourceInner> listByHomeRegion(String ascLocation)
Gets the list of all possible traffic between resources for the subscription and location.
Parameters:
Returns:
listByHomeRegion
public abstract PagedIterable<AllowedConnectionsResourceInner> listByHomeRegion(String ascLocation, Context context)
Gets the list of all possible traffic between resources for the subscription and location.
Parameters:
Returns: