ConnectedResource interface
Describes properties of a connected resource
Properties
connected |
The Azure resource id of the connected resource NOTE: This property will not be serialized. It can only be populated by the server. |
tcp |
The allowed tcp ports NOTE: This property will not be serialized. It can only be populated by the server. |
udp |
The allowed udp ports NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
connectedResourceId
The Azure resource id of the connected resource NOTE: This property will not be serialized. It can only be populated by the server.
connectedResourceId?: string
Property Value
string
tcpPorts
The allowed tcp ports NOTE: This property will not be serialized. It can only be populated by the server.
tcpPorts?: string
Property Value
string
udpPorts
The allowed udp ports NOTE: This property will not be serialized. It can only be populated by the server.
udpPorts?: string
Property Value
string
Azure SDK for JavaScript