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