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