次の方法で共有


OutboundEnvironmentEndpoint.Endpoints プロパティ

定義

App Service Environmentがサービスに到達するエンドポイントを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象