BackendPoolItem interface
Backend pool service information
Properties
id | The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity. |
priority | The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified. |
weight | The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified. |
Property Details
id
The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
id: string
Property Value
string
priority
The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
priority?: number
Property Value
number
weight
The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
weight?: number
Property Value
number