Uses of Class
com.azure.resourcemanager.appservice.models.ScaleRule
-
Packages that use ScaleRule Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ScaleRule in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ScaleRule Modifier and Type Method Description ScaleRuleScaleRule. withAzureQueue(QueueScaleRule azureQueue)Set the azureQueue property: Azure Queue based scaling.ScaleRuleScaleRule. withCustom(CustomScaleRule custom)Set the custom property: Custom scale rule.ScaleRuleScaleRule. withHttp(HttpScaleRule http)Set the http property: HTTP requests based scaling.ScaleRuleScaleRule. withName(String name)Set the name property: Scale Rule Name.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ScaleRule Modifier and Type Method Description List<ScaleRule>Scale. rules()Get the rules property: Scaling rules.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ScaleRule Modifier and Type Method Description ScaleScale. withRules(List<ScaleRule> rules)Set the rules property: Scaling rules.
-