Uses of Class
com.azure.resourcemanager.containerservice.models.Code
Packages that use Code
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of Code in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as CodeModifier and TypeFieldDescriptionstatic final CodeCode.RUNNINGStatic value Running for Code.static final CodeCode.STOPPEDStatic value Stopped for Code.Methods in com.azure.resourcemanager.containerservice.models that return CodeModifier and TypeMethodDescriptionPowerState.code()Get the code property: Tells whether the cluster is Running or Stopped.static CodeCode.fromString(String name) Creates or finds a Code from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type CodeMethods in com.azure.resourcemanager.containerservice.models with parameters of type CodeModifier and TypeMethodDescriptionSet the code property: Tells whether the cluster is Running or Stopped.