Uses of Class
com.azure.resourcemanager.containerservice.models.ManualScaleProfile
Packages that use ManualScaleProfile
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManualScaleProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManualScaleProfileModifier and TypeMethodDescriptionstatic ManualScaleProfileManualScaleProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManualScaleProfile from the JsonReader.Set the count property: Number of nodes.Set the size property: VM size that AKS will use when creating and scaling e.g.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManualScaleProfileModifier and TypeMethodDescriptionScaleProfile.manual()Get the manual property: Specifications on how to scale the VirtualMachines agent pool to a fixed size.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManualScaleProfileModifier and TypeMethodDescriptionScaleProfile.withManual(List<ManualScaleProfile> manual) Set the manual property: Specifications on how to scale the VirtualMachines agent pool to a fixed size.