SignalRSkuTier Class

public final class SignalRSkuTier
extends ExpandableStringEnum<SignalRSkuTier>

Optional tier of this particular SKU. 'Standard' or 'Free'.

`Basic` is deprecated, use `Standard` instead.

Field Summary

Modifier and Type Field and Description
static final SignalRSkuTier BASIC

Static value Basic for SignalRSkuTier.

static final SignalRSkuTier FREE

Static value Free for SignalRSkuTier.

static final SignalRSkuTier PREMIUM

Static value Premium for SignalRSkuTier.

static final SignalRSkuTier STANDARD

Static value Standard for SignalRSkuTier.

Constructor Summary

Constructor Description
SignalRSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SignalRSkuTier value.

Method Summary

Modifier and Type Method and Description
static SignalRSkuTier fromString(String name)

Creates or finds a SignalRSkuTier from its string representation.

static Collection<SignalRSkuTier> values()

Gets known SignalRSkuTier values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASIC

public static final SignalRSkuTier BASIC

Static value Basic for SignalRSkuTier.

FREE

public static final SignalRSkuTier FREE

Static value Free for SignalRSkuTier.

PREMIUM

public static final SignalRSkuTier PREMIUM

Static value Premium for SignalRSkuTier.

STANDARD

public static final SignalRSkuTier STANDARD

Static value Standard for SignalRSkuTier.

Constructor Details

SignalRSkuTier

@Deprecated
public SignalRSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SignalRSkuTier value.

Method Details

fromString

public static SignalRSkuTier fromString(String name)

Creates or finds a SignalRSkuTier from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SignalRSkuTier.

values

public static Collection values()

Gets known SignalRSkuTier values.

Returns:

known SignalRSkuTier values.

Applies to