Uses of Class
com.azure.resourcemanager.appcontainers.models.QueueScaleRule
Packages that use QueueScaleRule
Package
Description
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 QueueScaleRuleModifier and TypeMethodDescriptionScaleRule.azureQueue()Get the azureQueue property: Azure Queue based scaling.static QueueScaleRuleQueueScaleRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueueScaleRule from the JsonReader.QueueScaleRule.withAccountName(String accountName) Set the accountName property: Storage account name. required if using managed identity to authenticate.QueueScaleRule.withAuth(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the queue scale rule.QueueScaleRule.withIdentity(String identity) Set the identity property: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.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.appcontainers.models with parameters of type QueueScaleRuleModifier and TypeMethodDescriptionScaleRule.withAzureQueue(QueueScaleRule azureQueue) Set the azureQueue property: Azure Queue based scaling.