Skip to main content

ServiceTierResponse

Type Alias ServiceTierResponse 

Source
pub type ServiceTierResponse = ServiceTier;
Expand description

Backward-compatible name for the service tier reported in responses.

Aliased Type§

pub enum ServiceTierResponse {
    Auto,
    Default,
    Flex,
    Scale,
    Priority,
}

Variants§

§

Auto

§

Default

§

Flex

§

Scale

§

Priority