DnsResourceReferenceRequest.TargetResources Property

Definition

Gets or sets a list of references to azure resources for which referencing dns records need to be queried.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.targetResources")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SubResource> TargetResources { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.targetResources")>]
member this.TargetResources : System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SubResource> with get, set
Public Property TargetResources As IList(Of SubResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to