GatewayHostnameConfigurationContract.Hostname Property

Definition

Gets or sets hostname value. Supports valid domain name, partial or full wildcard

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to