DnsResourceReferenceResult.DnsResourceReferences Property

Definition

Gets or sets the result of dns resource reference request. A list of dns resource references for each of the azure resource in the request

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to