AllowedConnections interface
Interface representing a AllowedConnections.
Methods
get(string, string, string, Allowed |
Gets the list of all possible traffic between resources for the subscription and location, based on connection type. |
list(Allowed |
Gets the list of all possible traffic between resources for the subscription |
list |
Gets the list of all possible traffic between resources for the subscription and location. |
Method Details
get(string, string, string, AllowedConnectionsGetOptionalParams)
Gets the list of all possible traffic between resources for the subscription and location, based on connection type.
function get(resourceGroupName: string, ascLocation: string, connectionType: string, options?: AllowedConnectionsGetOptionalParams): Promise<AllowedConnectionsResource>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- ascLocation
-
string
The location where ASC stores the data of the subscription. can be retrieved from Get locations
- connectionType
-
string
The type of allowed connections (Internal, External)
The options parameters.
Returns
Promise<AllowedConnectionsResource>
list(AllowedConnectionsListOptionalParams)
Gets the list of all possible traffic between resources for the subscription
function list(options?: AllowedConnectionsListOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>
Parameters
The options parameters.
Returns
listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)
Gets the list of all possible traffic between resources for the subscription and location.
function listByHomeRegion(ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>
Parameters
- ascLocation
-
string
The location where ASC stores the data of the subscription. can be retrieved from Get locations
The options parameters.