你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomScaleRule interface
Container App container Custom scaling rule.
Properties
auth | Authentication secrets for the custom scale rule. |
metadata | Metadata properties to describe custom scale rule. |
type | Type of the custom scale rule eg: azure-servicebus, redis etc. |
Property Details
auth
Authentication secrets for the custom scale rule.
auth?: ScaleRuleAuth[]
Property Value
metadata
Metadata properties to describe custom scale rule.
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
Type of the custom scale rule eg: azure-servicebus, redis etc.
type?: string
Property Value
string