Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectableResource

Package version

Describes the allowed inbound and outbound traffic of an Azure resource

Hierarchy

  • ConnectableResource

Index

Properties

Optional id

id: undefined | string

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

Optional inboundConnectedResources

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.

Optional outboundConnectedResources

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