Share via


Registry.DataEndpointHostNames Property

Definition

Gets list of host names that will serve data when dataEndpointEnabled is true.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dataEndpointHostNames")]
public System.Collections.Generic.IList<string> DataEndpointHostNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dataEndpointHostNames")>]
member this.DataEndpointHostNames : System.Collections.Generic.IList<string>
Public ReadOnly Property DataEndpointHostNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to