Uses of Class
com.azure.resourcemanager.appservice.models.ScaleRuleAuth
-
Packages that use ScaleRuleAuth Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ScaleRuleAuth in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ScaleRuleAuth Modifier and Type Method Description ScaleRuleAuthScaleRuleAuth. withSecretRef(String secretRef)Set the secretRef property: Name of the Container App secret from which to pull the auth params.ScaleRuleAuthScaleRuleAuth. withTriggerParameter(String triggerParameter)Set the triggerParameter property: Trigger Parameter that uses the secret.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ScaleRuleAuth Modifier and Type Method Description List<ScaleRuleAuth>CustomScaleRule. auth()Get the auth property: Authentication secrets for the custom scale rule.List<ScaleRuleAuth>HttpScaleRule. auth()Get the auth property: Authentication secrets for the custom scale rule.List<ScaleRuleAuth>QueueScaleRule. auth()Get the auth property: Authentication secrets for the queue scale rule.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ScaleRuleAuth Modifier and Type Method Description CustomScaleRuleCustomScaleRule. withAuth(List<ScaleRuleAuth> auth)Set the auth property: Authentication secrets for the custom scale rule.HttpScaleRuleHttpScaleRule. withAuth(List<ScaleRuleAuth> auth)Set the auth property: Authentication secrets for the custom scale rule.QueueScaleRuleQueueScaleRule. withAuth(List<ScaleRuleAuth> auth)Set the auth property: Authentication secrets for the queue scale rule.
-