ConnectedResource interface
Describes properties of a connected resource
Properties
| connected |
The Azure resource id of the connected resource |
| tcp |
The allowed tcp ports |
| udp |
The allowed udp ports |
Property Details
connectedResourceId
The Azure resource id of the connected resource
connectedResourceId?: string
Property Value
string
tcpPorts
The allowed tcp ports
tcpPorts?: string
Property Value
string
udpPorts
The allowed udp ports
udpPorts?: string
Property Value
string