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

Endpoint.MinChildEndpointsIPv4 属性

定义

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

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于