EndpointDetail Constructors

Definition

Overloads

EndpointDetail()

Initializes a new instance of the EndpointDetail class.

EndpointDetail(Nullable<Int32>)

Initializes a new instance of the EndpointDetail class.

EndpointDetail()

Initializes a new instance of the EndpointDetail class.

public EndpointDetail ();
Public Sub New ()

Applies to

EndpointDetail(Nullable<Int32>)

Initializes a new instance of the EndpointDetail class.

public EndpointDetail (int? port = default);
new Microsoft.Azure.Management.Kusto.Models.EndpointDetail : Nullable<int> -> Microsoft.Azure.Management.Kusto.Models.EndpointDetail
Public Sub New (Optional port As Nullable(Of Integer) = Nothing)

Parameters

port
Nullable<Int32>

The port an endpoint is connected to.

Applies to