Uses of Class
com.azure.resourcemanager.appcontainers.models.QueueScaleRule
-
Packages that use QueueScaleRule Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of QueueScaleRule in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return QueueScaleRule Modifier and Type Method Description QueueScaleRule
ScaleRule. azureQueue()
Get the azureQueue property: Azure Queue based scaling.QueueScaleRule
QueueScaleRule. withAuth(List<ScaleRuleAuth> auth)
Set the auth property: Authentication secrets for the queue scale rule.QueueScaleRule
QueueScaleRule. withQueueLength(Integer queueLength)
Set the queueLength property: Queue length.QueueScaleRule
QueueScaleRule. withQueueName(String queueName)
Set the queueName property: Queue name.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type QueueScaleRule Modifier and Type Method Description ScaleRule
ScaleRule. withAzureQueue(QueueScaleRule azureQueue)
Set the azureQueue property: Azure Queue based scaling.
-