ZoneInner.MaxNumberOfRecordSets Property

Definition

Gets the maximum number of record sets that can be created 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.maxNumberOfRecordSets")]
public long? MaxNumberOfRecordSets { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxNumberOfRecordSets")>]
member this.MaxNumberOfRecordSets : Nullable<int64>
Public ReadOnly Property MaxNumberOfRecordSets As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to