IOutboundNetworkDependenciesEndpoint.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 the Kusto Service Environment reaches the service at.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The endpoints that the Kusto Service Environment reaches the service at.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IEndpointDependency) }, ReadOnly=false, Required=false, SerializedName="endpoints")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IEndpointDependency[] Endpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The endpoints that the Kusto Service Environment reaches the service at.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IEndpointDependency) }, ReadOnly=false, Required=false, SerializedName="endpoints")>]
member this.Endpoint : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IEndpointDependency[] with get, set
Public Property Endpoint As IEndpointDependency()
Property Value
- Attributes