Uses of Class
com.microsoft.azure.management.containerservice.NetworkPlugin
Packages that use NetworkPlugin
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of NetworkPlugin in com.microsoft.azure.management.containerservice
Fields in com.microsoft.azure.management.containerservice declared as NetworkPluginModifier and TypeFieldDescriptionstatic final NetworkPlugin
NetworkPlugin.AZURE
Static value azure for NetworkPlugin.static final NetworkPlugin
NetworkPlugin.KUBENET
Static value kubenet for NetworkPlugin.Methods in com.microsoft.azure.management.containerservice that return NetworkPluginModifier and TypeMethodDescriptionstatic NetworkPlugin
NetworkPlugin.fromString
(String name) Creates or finds a NetworkPlugin from its string representation.ContainerServiceNetworkProfile.networkPlugin()
Get network plugin used for building Kubernetes network.Methods in com.microsoft.azure.management.containerservice that return types with arguments of type NetworkPluginMethods in com.microsoft.azure.management.containerservice with parameters of type NetworkPluginModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withNetworkPlugin
(NetworkPlugin networkPlugin) Set network plugin used for building Kubernetes network.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank.withNetworkPlugin
(NetworkPlugin networkPlugin) Specifies the network plugin type to be used for building the Kubernetes network.