Share via


PrivateDnsZoneConfig.RecordSets Property

Definition

Gets a collection of information regarding a recordSet, holding information to identify private resources.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.recordSets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RecordSet> RecordSets { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.recordSets")>]
member this.RecordSets : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RecordSet>
Public ReadOnly Property RecordSets As IList(Of RecordSet)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to