你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Endpoint.MinChildEndpointsIPv6 属性

定义

获取或设置 IPv6 (DNS 记录类型 AAAA) 终结点的最小数目,这些终结点必须在子配置文件中可用,才能将父配置文件视为可用。 仅适用于类型为“NestedEndpoints”的终结点。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.minChildEndpointsIPv6")]
public long? MinChildEndpointsIPv6 { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minChildEndpointsIPv6")>]
member this.MinChildEndpointsIPv6 : Nullable<int64> with get, set
Public Property MinChildEndpointsIPv6 As Nullable(Of Long)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于