EndpointInner.Target Property

Definition

Gets or sets the fully-qualified DNS name or IP address of the endpoint. Traffic Manager returns this value in DNS responses to direct traffic to this endpoint.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to