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