Uses of Interface
com.azure.resourcemanager.monitor.models.AutoscaleProfile.UpdateDefinitionStages.WithScaleRule
-
Packages that use AutoscaleProfile.UpdateDefinitionStages.WithScaleRule Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AutoscaleProfile.UpdateDefinitionStages.WithScaleRule in com.azure.resourcemanager.monitor.models
Subinterfaces of AutoscaleProfile.UpdateDefinitionStages.WithScaleRule in com.azure.resourcemanager.monitor.models Modifier and Type Interface Description static interfaceAutoscaleProfile.UpdateDefinitionThe entirety of an autoscale profile definition during current autoscale settings update.Methods in com.azure.resourcemanager.monitor.models that return AutoscaleProfile.UpdateDefinitionStages.WithScaleRule Modifier and Type Method Description AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleAutoscaleProfile.UpdateDefinitionStages.Blank. withMetricBasedScale(int minimumInstanceCount, int maximumInstanceCount, int defaultInstanceCount)Selects metric based autoscale profile.
-