public final class Services extends com.azure.core.util.ExpandableStringEnum<Services>
| Modifier and Type | Field and Description |
|---|---|
static Services |
B
Static value b for Services.
|
static Services |
F
Static value f for Services.
|
static Services |
Q
Static value q for Services.
|
static Services |
T
Static value t for Services.
|
| Constructor and Description |
|---|
Services() |
| Modifier and Type | Method and Description |
|---|---|
static Services |
fromString(String name)
Creates or finds a Services from its string representation.
|
static Collection<Services> |
values() |
public static final Services B
public static final Services Q
public static final Services T
public static final Services F
public static Services fromString(String name)
name - a name to look for.public static Collection<Services> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.