Uses of Class
com.azure.resourcemanager.containerservice.models.ScaleProfile
Packages that use ScaleProfile
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ScaleProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ScaleProfileModifier and TypeMethodDescriptionstatic ScaleProfileScaleProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScaleProfile from the JsonReader.VirtualMachinesProfile.scale()Get the scale property: Specifications on how to scale a VirtualMachines agent pool.ScaleProfile.withManual(List<ManualScaleProfile> manual) Set the manual property: Specifications on how to scale the VirtualMachines agent pool to a fixed size.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ScaleProfileModifier and TypeMethodDescriptionVirtualMachinesProfile.withScale(ScaleProfile scale) Set the scale property: Specifications on how to scale a VirtualMachines agent pool.