IEndpointDetail.IsAccessible Property

Definition

Whether it is possible to create a connection from the Workspace to this IpAddress at this Port.

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

Property Value

Attributes

Applies to