Share via


RouteUpdateParameters.LinkToDefaultDomain Property

Definition

Gets or sets whether this route will be linked to the default endpoint domain. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.linkToDefaultDomain")]
public string LinkToDefaultDomain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.linkToDefaultDomain")>]
member this.LinkToDefaultDomain : string with get, set
Public Property LinkToDefaultDomain As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to