models_v2.tier_type_1_enum module

class models_v2.tier_type_1_enum.TierType1Enum[source]

Bases: object

Implementation of the ‘TierType1’ enum.

Specifies the Azure tier types.

Attributes:

KAZURETIERHOT: TODO: type description here. KAZURETIERCOOL: TODO: type description here. KAZURETIERARCHIVE: TODO: type description here.

KAZURETIERARCHIVE = 'kAzureTierArchive'
KAZURETIERCOOL = 'kAzureTierCool'
KAZURETIERHOT = 'kAzureTierHot'