ConnectableResource Class
Describes the allowed inbound and outbound traffic of an Azure resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ConnectableResource(**kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The Azure resource id. |
|
inbound_connected_resources
|
The list of Azure resources that the resource has inbound allowed connection from. |
|
outbound_connected_resources
|
The list of Azure resources that the resource has outbound allowed connection to. |