IOutboundEnvironmentEndpoint.Endpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The endpoints that Workspace connect to
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="The endpoints that Workspace connect to", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IEndpointDependency) }, ReadOnly=false, Required=false, SerializedName="endpoints")]
public Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IEndpointDependency[] Endpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="The endpoints that Workspace connect to", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IEndpointDependency) }, ReadOnly=false, Required=false, SerializedName="endpoints")>]
member this.Endpoint : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IEndpointDependency[] with get, set
Public Property Endpoint As IEndpointDependency()
Property Value
- Attributes