Registry.DataEndpointHostNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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