FleetspaceResource.ServiceTier Property

Definition

Gets or sets service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region. Possible values include: 'GeneralPurpose', 'BusinessCritical'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.serviceTier")]
public string ServiceTier { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.serviceTier")>]
member this.ServiceTier : string with get, set
Public Property ServiceTier As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to