Condividi tramite


EndpointDetail Constructors

Definition

Overloads

EndpointDetail()

Initializes a new instance of the EndpointDetail class.

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

Initializes a new instance of the EndpointDetail class.

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

Parameters

port
Nullable<Int32>

The port an endpoint is connected to.

region
String

The region of the dependency.

Applies to