PreconfiguredEndpointProperties Constructors

Definition

Overloads

PreconfiguredEndpointProperties()

Initializes a new instance of the PreconfiguredEndpointProperties class.

PreconfiguredEndpointProperties(String, String, String, String)

Initializes a new instance of the PreconfiguredEndpointProperties class.

PreconfiguredEndpointProperties()

Initializes a new instance of the PreconfiguredEndpointProperties class.

public PreconfiguredEndpointProperties ();
Public Sub New ()

Applies to

PreconfiguredEndpointProperties(String, String, String, String)

Initializes a new instance of the PreconfiguredEndpointProperties class.

public PreconfiguredEndpointProperties (string description = default, string endpoint = default, string endpointType = default, string backend = default);
new Microsoft.Azure.Management.FrontDoor.Models.PreconfiguredEndpointProperties : string * string * string * string -> Microsoft.Azure.Management.FrontDoor.Models.PreconfiguredEndpointProperties
Public Sub New (Optional description As String = Nothing, Optional endpoint As String = Nothing, Optional endpointType As String = Nothing, Optional backend As String = Nothing)

Parameters

description
String

The description of the endpoint

endpoint
String

The endpoint that is preconfigured

endpointType
String

The type of endpoint Possible values include: 'AFD', 'AzureRegion', 'CDN', 'ATM'

backend
String

The preconfigured endpoint backend

Applies to