Uses of Class
com.azure.resourcemanager.appservice.models.QueueScaleRule
Packages that use QueueScaleRule
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of QueueScaleRule in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return QueueScaleRuleModifier and TypeMethodDescriptionScaleRule.azureQueue()
Get the azureQueue property: Azure Queue based scaling.static QueueScaleRule
QueueScaleRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of QueueScaleRule from the JsonReader.QueueScaleRule.withAuth
(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the queue scale rule.QueueScaleRule.withQueueLength
(Integer queueLength) Set the queueLength property: Queue length.QueueScaleRule.withQueueName
(String queueName) Set the queueName property: Queue name.Methods in com.azure.resourcemanager.appservice.models with parameters of type QueueScaleRuleModifier and TypeMethodDescriptionScaleRule.withAzureQueue
(QueueScaleRule azureQueue) Set the azureQueue property: Azure Queue based scaling.