AllowedConnections interface

Interface representing a AllowedConnections.

Methods

get(string, string, string, AllowedConnectionsGetOptionalParams)

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

list(AllowedConnectionsListOptionalParams)

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

listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)

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)

options
AllowedConnectionsGetOptionalParams

The options parameters.

Returns

list(AllowedConnectionsListOptionalParams)

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

function list(options?: AllowedConnectionsListOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>

Parameters

options
AllowedConnectionsListOptionalParams

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

options
AllowedConnectionsListByHomeRegionOptionalParams

The options parameters.

Returns