Uses of Class
com.azure.resourcemanager.containerservice.models.Code
-
Packages that use Code Package Description com.azure.resourcemanager.containerservice.models 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 Code Modifier and Type Field Description static CodeCode. RUNNINGStatic value Running for Code.static CodeCode. STOPPEDStatic value Stopped for Code.Methods in com.azure.resourcemanager.containerservice.models that return Code Modifier and Type Method Description CodePowerState. 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 Code Modifier and Type Method Description static Collection<Code>Code. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type Code Modifier and Type Method Description PowerStatePowerState. withCode(Code code)Set the code property: Tells whether the cluster is Running or Stopped.
-