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

IWithServiceCidr<ParentT>.WithServiceCidr(String) 方法

定义

指定从中分配服务群集 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 范围重叠。

返回

适用于