Uses of Interface
com.azure.resourcemanager.monitor.models.ScaleRule.DefinitionStages.WithAttach
-
Packages that use ScaleRule.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ScaleRule.DefinitionStages.WithAttach in com.azure.resourcemanager.monitor.models
Subinterfaces of ScaleRule.DefinitionStages.WithAttach in com.azure.resourcemanager.monitor.models Modifier and Type Interface Description static interfaceScaleRule.DefinitionThe entirety of an autoscale profile scale rule definition.Methods in com.azure.resourcemanager.monitor.models that return ScaleRule.DefinitionStages.WithAttach Modifier and Type Method Description ScaleRule.DefinitionStages.WithAttachScaleRule.DefinitionStages.WithScaleAction. withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, Duration cooldown)Sets the action to be performed when the scale rule will be active.
-