ParentT - the stage of the network profile definition to return to after attaching this definitionpublic static interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithServiceCidr<ParentT>
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
withServiceCidr(String serviceCidr)
Specifies a CIDR notation IP range from which to assign service cluster IPs; must not overlap with
any subnet IP ranges.
|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withServiceCidr(String serviceCidr)
serviceCidr - the CIDR notation IP range from which to assign service cluster IPs; it must not
overlap with any Subnet IP ranges/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/