Partilhar via


EndpointDetail Constructors

Definition

Overloads

EndpointDetail()

Initializes a new instance of the EndpointDetail class.

EndpointDetail(String, Nullable<Int32>, String, String)

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(String, Nullable<Int32>, String, String)

Initializes a new instance of the EndpointDetail class.

public EndpointDetail (string ipAddress = default, int? port = default, string protocol = default, string description = default);
new Microsoft.Azure.Management.ContainerService.Models.EndpointDetail : string * Nullable<int> * string * string -> Microsoft.Azure.Management.ContainerService.Models.EndpointDetail
Public Sub New (Optional ipAddress As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional protocol As String = Nothing, Optional description As String = Nothing)

Parameters

ipAddress
String

An IP Address that Domain Name currently resolves to.

port
Nullable<Int32>

The port an endpoint is connected to.

protocol
String

The protocol used for connection

description
String

Description of the detail

Applies to