WebPubSubSkuTier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. webpubsub. models. WebPubSubSkuTier
- com.
- com.
public final class WebPubSubSkuTier
extends ExpandableStringEnum<WebPubSubSkuTier>
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
Web |
BASIC
Static value Basic for Web |
|
static final
Web |
FREE
Static value Free for Web |
|
static final
Web |
PREMIUM
Static value Premium for Web |
|
static final
Web |
STANDARD
Static value Standard for Web |
Constructor Summary
| Constructor | Description |
|---|---|
| WebPubSubSkuTier() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Web |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Web |
fromString(String name)
Creates or finds a Web |
|
static
Collection<Web |
values()
Gets known Web |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BASIC
public static final WebPubSubSkuTier BASIC
Static value Basic for WebPubSubSkuTier.
FREE
public static final WebPubSubSkuTier FREE
Static value Free for WebPubSubSkuTier.
PREMIUM
public static final WebPubSubSkuTier PREMIUM
Static value Premium for WebPubSubSkuTier.
STANDARD
public static final WebPubSubSkuTier STANDARD
Static value Standard for WebPubSubSkuTier.
Constructor Details
WebPubSubSkuTier
@Deprecated
public WebPubSubSkuTier()
Deprecated
Creates a new instance of WebPubSubSkuTier value.
Method Details
fromString
public static WebPubSubSkuTier fromString(String name)
Creates or finds a WebPubSubSkuTier from its string representation.
Parameters:
Returns:
values
public static Collection<WebPubSubSkuTier> values()
Gets known WebPubSubSkuTier values.
Returns: