Sdílet prostřednictvím


Endpoint Constructors

Definition

Overloads

Endpoint()

Initializes a new instance of the Endpoint class.

Endpoint(String, String)

Initializes a new instance of the Endpoint class.

Endpoint()

Initializes a new instance of the Endpoint class.

public Endpoint ();
Public Sub New ()

Applies to

Endpoint(String, String)

Initializes a new instance of the Endpoint class.

public Endpoint (string name = default, string endpointProperty = default);
new Microsoft.Azure.Management.FrontDoor.Models.Endpoint : string * string -> Microsoft.Azure.Management.FrontDoor.Models.Endpoint
Public Sub New (Optional name As String = Nothing, Optional endpointProperty As String = Nothing)

Parameters

name
String

The name of the endpoint

endpointProperty
String

The endpoint URL

Applies to