EndpointDetail.IsAccessible Property

Definition

Gets or sets whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.

[Newtonsoft.Json.JsonProperty(PropertyName="isAccessible")]
public bool? IsAccessible { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isAccessible")>]
member this.IsAccessible : Nullable<bool> with get, set
Public Property IsAccessible As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to