你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CacheNetworkSettings interface
缓存网络设置。
属性
dns |
DNS 搜索域 |
dns |
缓存要使用的 DNS 服务器。 如果未提供任何值,则会从网络配置中设置该值。 |
mtu | 为子网配置的 IPv4 最大传输单元。 |
ntp |
供缓存使用的 NTP 服务器 IP 地址或 FQDN。 默认值为 time.windows.com。 |
utility |
此缓存使用的其他 IP 地址数组。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
dnsSearchDomain
DNS 搜索域
dnsSearchDomain?: string
属性值
string
dnsServers
缓存要使用的 DNS 服务器。 如果未提供任何值,则会从网络配置中设置该值。
dnsServers?: string[]
属性值
string[]
mtu
为子网配置的 IPv4 最大传输单元。
mtu?: number
属性值
number
ntpServer
供缓存使用的 NTP 服务器 IP 地址或 FQDN。 默认值为 time.windows.com。
ntpServer?: string
属性值
string
utilityAddresses
此缓存使用的其他 IP 地址数组。 注意:此属性不会被序列化。 它只能由服务器填充。
utilityAddresses?: string[]
属性值
string[]