ZoneInner.NumberOfRecordSets Property

Definition

Gets the current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.numberOfRecordSets")]
public long? NumberOfRecordSets { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.numberOfRecordSets")>]
member this.NumberOfRecordSets : Nullable<int64>
Public ReadOnly Property NumberOfRecordSets As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to