ConnectableResource interface
Describes the allowed inbound and outbound traffic of an Azure resource
Properties
| id | The Azure resource id |
| inbound |
The list of Azure resources that the resource has inbound allowed connection from |
| outbound |
The list of Azure resources that the resource has outbound allowed connection to |
Property Details
id
The Azure resource id
id?: string
Property Value
string
inboundConnectedResources
The list of Azure resources that the resource has inbound allowed connection from
inboundConnectedResources?: ConnectedResource[]
Property Value
outboundConnectedResources
The list of Azure resources that the resource has outbound allowed connection to
outboundConnectedResources?: ConnectedResource[]