RecordSet.SrvRecords Property

Definition

Gets or sets the list of SRV records in the record set.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to