Uses of Class
com.azure.resourcemanager.appservice.models.CustomScaleRule
-
Packages that use CustomScaleRule Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of CustomScaleRule in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CustomScaleRule Modifier and Type Method Description CustomScaleRuleScaleRule. custom()Get the custom property: Custom scale rule.CustomScaleRuleCustomScaleRule. withAuth(List<ScaleRuleAuth> auth)Set the auth property: Authentication secrets for the custom scale rule.CustomScaleRuleCustomScaleRule. withMetadata(Map<String,String> metadata)Set the metadata property: Metadata properties to describe custom scale rule.CustomScaleRuleCustomScaleRule. withType(String type)Set the type property: Type of the custom scale rule eg: azure-servicebus, redis etc.Methods in com.azure.resourcemanager.appservice.models with parameters of type CustomScaleRule Modifier and Type Method Description ScaleRuleScaleRule. withCustom(CustomScaleRule custom)Set the custom property: Custom scale rule.
-