ParentT - the stage of the network profile definition to return to after attaching this definitionpublic static interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithNetworkPolicy<ParentT>
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
withNetworkPolicy(NetworkPolicy networkPolicy)
Specifies the network policy to be used for building the Kubernetes network.
|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withNetworkPolicy(NetworkPolicy networkPolicy)
networkPolicy - the network policy to be used for building the Kubernetes network/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/