Compartir a través de


IZone.MaxNumberOfRecordSet Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="maxNumberOfRecordSets")]
public long? MaxNumberOfRecordSet { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="maxNumberOfRecordSets")>]
member this.MaxNumberOfRecordSet : Nullable<int64>
Public ReadOnly Property MaxNumberOfRecordSet As Nullable(Of Long)

Property Value

Attributes

Applies to