次の方法で共有


Zone.MaxNumberOfRecordSets プロパティ

定義

この DNS ゾーンに作成できるレコード セットの最大数を取得します。 これは読み取り専用プロパティであり、この値を設定しようとすると無視されます。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象