ConnectedResource interface
描述已连接资源的属性
属性
| connected |
连接的资源的 Azure 资源 ID 注意:此属性不会序列化。 它只能由服务器填充。 |
| tcp |
允许的 tcp 端口注意:此属性不会序列化。 它只能由服务器填充。 |
| udp |
允许的 udp 端口注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
connectedResourceId
连接的资源的 Azure 资源 ID 注意:此属性不会序列化。 它只能由服务器填充。
connectedResourceId?: string
属性值
string
tcpPorts
允许的 tcp 端口注意:此属性不会序列化。 它只能由服务器填充。
tcpPorts?: string
属性值
string
udpPorts
允许的 udp 端口注意:此属性不会序列化。 它只能由服务器填充。
udpPorts?: string
属性值
string