你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithServiceCidr<ParentT>.WithServiceCidr(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定从中分配服务群集 IP 的 CIDR 表示法 IP 范围;不得与任何子网 IP 范围重叠。
public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAttach<ParentT> WithServiceCidr (string serviceCidr);
abstract member WithServiceCidr : string -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAttach<'ParentT>
Public Function WithServiceCidr (serviceCidr As String) As IWithAttach(Of ParentT)
参数
- serviceCidr
- String
从中分配服务群集 IP 的 CIDR 表示法 IP 范围;它不得与任何子网 IP 范围重叠。