SignalRSkuTier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. signalr. models. SignalRSkuTier
- com.
- com.
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
Signal |
BASIC
Static value Basic for Signal |
|
static final
Signal |
FREE
Static value Free for Signal |
|
static final
Signal |
PREMIUM
Static value Premium for Signal |
|
static final
Signal |
STANDARD
Static value Standard for Signal |
Constructor Summary
| Constructor | Description |
|---|---|
| SignalRSkuTier() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Signal |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Signal |
fromString(String name)
Creates or finds a Signal |
|
static
Collection<Signal |
values()
Gets known Signal |
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
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:
Returns:
values
public static Collection<SignalRSkuTier> values()
Gets known SignalRSkuTier values.
Returns: