IEndpointDetail.IsAccessible Property

Definition

Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isAccessible")]
public bool? IsAccessible { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isAccessible")>]
member this.IsAccessible : Nullable<bool> with get, set
Public Property IsAccessible As Nullable(Of Boolean)

Property Value

Attributes

Applies to