Uses of Class
com.azure.resourcemanager.appservice.models.HttpScaleRule
-
Packages that use HttpScaleRule Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HttpScaleRule in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HttpScaleRule Modifier and Type Method Description HttpScaleRuleScaleRule. http()Get the http property: HTTP requests based scaling.HttpScaleRuleHttpScaleRule. withAuth(List<ScaleRuleAuth> auth)Set the auth property: Authentication secrets for the custom scale rule.HttpScaleRuleHttpScaleRule. withMetadata(Map<String,String> metadata)Set the metadata property: Metadata properties to describe http scale rule.Methods in com.azure.resourcemanager.appservice.models with parameters of type HttpScaleRule Modifier and Type Method Description ScaleRuleScaleRule. withHttp(HttpScaleRule http)Set the http property: HTTP requests based scaling.
-