次の方法で共有


EndpointDependency.EndpointDetails プロパティ

定義

DomainName に接続するときに使用するポートを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="endpointDetails")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.EndpointDetail> EndpointDetails { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endpointDetails")>]
member this.EndpointDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.EndpointDetail> with get, set
Public Property EndpointDetails As IList(Of EndpointDetail)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象