ServiceTier Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the processing type used for serving the request.
- If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.
- If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.
- If set to 'flex' or 'priority', then the request will be processed with the corresponding service tier. Contact sales to learn more about Priority processing.
- When not set, the default behavior is 'auto'.
When the service_tier parameter is set, the response body will include the service_tier value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.
public enum ServiceTier
type ServiceTier =
Public Enum ServiceTier
- Inheritance
-
ServiceTier
Fields
| Name | Value | Description |
|---|---|---|
| Auto | 0 | auto. |
| Default | 1 | default. |
| Flex | 2 | flex. |
| Scale | 3 | scale. |
| Priority | 4 | priority. |