Uses of Class
com.azure.resourcemanager.containerservice.models.PodIpAllocationMode
Packages that use PodIpAllocationMode
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of PodIpAllocationMode in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PodIpAllocationModeModifier and TypeMethodDescriptionAgentPoolInner.podIpAllocationMode()Get the podIpAllocationMode property: Pod IP Allocation Mode.ManagedClusterAgentPoolProfileProperties.podIpAllocationMode()Get the podIpAllocationMode property: Pod IP Allocation Mode.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PodIpAllocationModeModifier and TypeMethodDescriptionAgentPoolInner.withPodIpAllocationMode(PodIpAllocationMode podIpAllocationMode) Set the podIpAllocationMode property: Pod IP Allocation Mode.ManagedClusterAgentPoolProfileProperties.withPodIpAllocationMode(PodIpAllocationMode podIpAllocationMode) Set the podIpAllocationMode property: Pod IP Allocation Mode. -
Uses of PodIpAllocationMode in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as PodIpAllocationModeModifier and TypeFieldDescriptionstatic final PodIpAllocationModePodIpAllocationMode.DYNAMIC_INDIVIDUALStatic value DynamicIndividual for PodIpAllocationMode.static final PodIpAllocationModePodIpAllocationMode.STATIC_BLOCKStatic value StaticBlock for PodIpAllocationMode.Methods in com.azure.resourcemanager.containerservice.models that return PodIpAllocationModeModifier and TypeMethodDescriptionstatic PodIpAllocationModePodIpAllocationMode.fromString(String name) Creates or finds a PodIpAllocationMode from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type PodIpAllocationModeModifier and TypeMethodDescriptionstatic Collection<PodIpAllocationMode> PodIpAllocationMode.values()Gets known PodIpAllocationMode values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type PodIpAllocationModeModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withPodIpAllocationMode(PodIpAllocationMode podIpAllocationMode) Set the podIpAllocationMode property: Pod IP Allocation Mode.