你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutboundEnvironmentEndpoint interface

Batch 服务需要出站访问权限的同一服务中相关终结点的集合。

属性

category

Batch 服务连接到的服务类型。 注意:此属性不会被序列化。 它只能由服务器填充。

endpoints

Batch 服务进行出站调用的此服务的终结点。 注意:此属性不会被序列化。 它只能由服务器填充。

属性详细信息

category

Batch 服务连接到的服务类型。 注意:此属性不会被序列化。 它只能由服务器填充。

category?: string

属性值

string

endpoints

Batch 服务进行出站调用的此服务的终结点。 注意:此属性不会被序列化。 它只能由服务器填充。

endpoints?: EndpointDependency[]

属性值