IWithServiceCidr<ParentT>.WithServiceCidr(String) Method

Definition

Specifies a CIDR notation IP range from which to assign service cluster IPs; must not overlap with any subnet IP ranges.

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)

Parameters

serviceCidr
String

The CIDR notation IP range from which to assign service cluster IPs; it must not overlap with any Subnet IP ranges.

Returns

Applies to