Package | Description |
---|---|
com.microsoft.azure.management.containerservice |
This package contains the classes for ContainerServiceManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static NetworkPolicy |
NetworkPolicy.CALICO
Static value calico for NetworkPolicy.
|
Modifier and Type | Method and Description |
---|---|
static NetworkPolicy |
NetworkPolicy.fromString(String name)
Creates or finds a NetworkPolicy from its string representation.
|
NetworkPolicy |
ContainerServiceNetworkProfile.networkPolicy()
Get the networkPolicy value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<NetworkPolicy> |
NetworkPolicy.values() |
Modifier and Type | Method and Description |
---|---|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithNetworkPolicy.withNetworkPolicy(NetworkPolicy networkPolicy)
Specifies the network policy to be used for building the Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPolicy(NetworkPolicy networkPolicy)
Set the networkPolicy value.
|
Copyright © 2019. All rights reserved.