EndpointDetail Constructors
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.
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.
- protocol
- String
The protocol used for connection
- description
- String
Description of the detail