Uses of Class
com.azure.resourcemanager.containerservice.models.NodeOSUpgradeChannel
Packages that use NodeOSUpgradeChannel
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of NodeOSUpgradeChannel in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as NodeOSUpgradeChannelModifier and TypeFieldDescriptionstatic final NodeOSUpgradeChannelNodeOSUpgradeChannel.NODE_IMAGEStatic value NodeImage for NodeOSUpgradeChannel.static final NodeOSUpgradeChannelNodeOSUpgradeChannel.NONEStatic value None for NodeOSUpgradeChannel.static final NodeOSUpgradeChannelNodeOSUpgradeChannel.SECURITY_PATCHStatic value SecurityPatch for NodeOSUpgradeChannel.static final NodeOSUpgradeChannelNodeOSUpgradeChannel.UNMANAGEDStatic value Unmanaged for NodeOSUpgradeChannel.Methods in com.azure.resourcemanager.containerservice.models that return NodeOSUpgradeChannelModifier and TypeMethodDescriptionstatic NodeOSUpgradeChannelNodeOSUpgradeChannel.fromString(String name) Creates or finds a NodeOSUpgradeChannel from its string representation.ManagedClusterAutoUpgradeProfile.nodeOSUpgradeChannel()Get the nodeOSUpgradeChannel property: Node OS Upgrade Channel.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type NodeOSUpgradeChannelModifier and TypeMethodDescriptionstatic Collection<NodeOSUpgradeChannel> NodeOSUpgradeChannel.values()Gets known NodeOSUpgradeChannel values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type NodeOSUpgradeChannelModifier and TypeMethodDescriptionManagedClusterAutoUpgradeProfile.withNodeOSUpgradeChannel(NodeOSUpgradeChannel nodeOSUpgradeChannel) Set the nodeOSUpgradeChannel property: Node OS Upgrade Channel.