Uses of Class
com.azure.resourcemanager.appcontainers.models.HttpScaleRule
-
Packages that use HttpScaleRule Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of HttpScaleRule in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return HttpScaleRule Modifier and Type Method Description HttpScaleRule
ScaleRule. http()
Get the http property: HTTP requests based scaling.HttpScaleRule
HttpScaleRule. withAuth(List<ScaleRuleAuth> auth)
Set the auth property: Authentication secrets for the custom scale rule.HttpScaleRule
HttpScaleRule. withMetadata(Map<String,String> metadata)
Set the metadata property: Metadata properties to describe http scale rule.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type HttpScaleRule Modifier and Type Method Description ScaleRule
ScaleRule. withHttp(HttpScaleRule http)
Set the http property: HTTP requests based scaling.
-