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