| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static NetworkPlugin |
NetworkPlugin.AZURE
Static value azure for NetworkPlugin.
|
static NetworkPlugin |
NetworkPlugin.KUBENET
Static value kubenet for NetworkPlugin.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkPlugin |
NetworkPlugin.fromString(String name)
Creates or finds a NetworkPlugin from its string representation.
|
NetworkPlugin |
ContainerServiceNetworkProfile.networkPlugin()
Get the networkPlugin property: Network plugin used for building Kubernetes network.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin)
Set the networkPlugin property: Network plugin used for building Kubernetes network.
|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank.withNetworkPlugin(NetworkPlugin networkPlugin)
Specifies the network plugin type to be used for building the Kubernetes network.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.