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

OutboundEnvironmentEndpoint.Endpoints 属性

定义

获取 Batch 服务对此服务进行出站调用的终结点。

[Newtonsoft.Json.JsonProperty(PropertyName="endpoints")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.EndpointDependency> Endpoints { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endpoints")>]
member this.Endpoints : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.EndpointDependency>
Public ReadOnly Property Endpoints As IList(Of EndpointDependency)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于