Uses of Class
com.azure.resourcemanager.appcontainers.models.ScaleRuleAuth
Packages that use ScaleRuleAuth
Package
Description
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 ScaleRuleAuthModifier and TypeMethodDescriptionstatic ScaleRuleAuthScaleRuleAuth.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScaleRuleAuth from the JsonReader.ScaleRuleAuth.withSecretRef(String secretRef) Set the secretRef property: Name of the secret from which to pull the auth params.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 ScaleRuleAuthModifier and TypeMethodDescriptionCustomScaleRule.auth()Get the auth property: Authentication secrets for the custom scale rule.HttpScaleRule.auth()Get the auth property: Authentication secrets for the custom scale rule.JobScaleRule.auth()Get the auth property: Authentication secrets for the scale rule.QueueScaleRule.auth()Get the auth property: Authentication secrets for the queue scale rule.TcpScaleRule.auth()Get the auth property: Authentication secrets for the tcp scale rule.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type ScaleRuleAuthModifier and TypeMethodDescriptionCustomScaleRule.withAuth(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the custom scale rule.HttpScaleRule.withAuth(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the custom scale rule.JobScaleRule.withAuth(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the scale rule.QueueScaleRule.withAuth(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the queue scale rule.TcpScaleRule.withAuth(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the tcp scale rule.