Share via


PreconfiguredEndpoint Constructors

Definition

Overloads

PreconfiguredEndpoint()

Initializes a new instance of the PreconfiguredEndpoint class.

PreconfiguredEndpoint(String, String, String, String, IDictionary<String,String>, String, String, String, String)

Initializes a new instance of the PreconfiguredEndpoint class.

PreconfiguredEndpoint()

Initializes a new instance of the PreconfiguredEndpoint class.

public PreconfiguredEndpoint ();
Public Sub New ()

Applies to

PreconfiguredEndpoint(String, String, String, String, IDictionary<String,String>, String, String, String, String)

Initializes a new instance of the PreconfiguredEndpoint class.

public PreconfiguredEndpoint (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string endpointType = default, string description = default, string endpoint = default, string backend = default);
new Microsoft.Azure.Management.FrontDoor.Models.PreconfiguredEndpoint : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string -> Microsoft.Azure.Management.FrontDoor.Models.PreconfiguredEndpoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional endpointType As String = Nothing, Optional description As String = Nothing, Optional endpoint As String = Nothing, Optional backend As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

endpointType
String

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

description
String

The description of the endpoint

endpoint
String

The endpoint that is preconfigured

backend
String

The preconfigured endpoint backend

Applies to