AllowedConnectionsOperations interface

Interface representing a AllowedConnections operations.

Properties

get

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

list

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

listByHomeRegion

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

Property Details

get

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

get: (resourceGroupName: string, ascLocation: string, connectionType: string, options?: AllowedConnectionsGetOptionalParams) => Promise<AllowedConnectionsResource>

Property Value

(resourceGroupName: string, ascLocation: string, connectionType: string, options?: AllowedConnectionsGetOptionalParams) => Promise<AllowedConnectionsResource>

list

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

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

Property Value

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

listByHomeRegion

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

listByHomeRegion: (ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams) => PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>

Property Value

(ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams) => PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>