Uses of Class
com.azure.resourcemanager.appservice.models.CustomScaleRule
Packages that use CustomScaleRule
Package
Description
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 CustomScaleRuleModifier and TypeMethodDescriptionScaleRule.custom()
Get the custom property: Custom scale rule.static CustomScaleRule
CustomScaleRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CustomScaleRule from the JsonReader.CustomScaleRule.withAuth
(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the custom scale rule.CustomScaleRule.withMetadata
(Map<String, String> metadata) Set the metadata property: Metadata properties to describe custom scale rule.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 CustomScaleRuleModifier and TypeMethodDescriptionScaleRule.withCustom
(CustomScaleRule custom) Set the custom property: Custom scale rule.