ConnectableResource interface
Describes the allowed inbound and outbound traffic of an Azure resource
Properties
id | The Azure resource id NOTE: This property will not be serialized. It can only be populated by the server. |
inbound |
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. |
outbound |
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. |
Property Details
id
The Azure resource id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
inboundConnectedResources
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.
inboundConnectedResources?: ConnectedResource[]
Property Value
outboundConnectedResources
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.
outboundConnectedResources?: ConnectedResource[]