Package version:

Interface ConnectableResource

Describes the allowed inbound and outbound traffic of an Azure resource

Hierarchy

  • ConnectableResource

Properties

id?: string

The Azure resource id NOTE: This property will not be serialized. It can only be populated by the server.

inboundConnectedResources?: ConnectedResource[]

The list of Azure resources that the resource has inbound allowed connection from NOTE: This property will not be serialized. It can only be populated by the server.

outboundConnectedResources?: ConnectedResource[]

The list of Azure resources that the resource has outbound allowed connection to NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc