public final class CommunicationCloudEnvironment extends com.azure.android.core.util.ExpandableStringEnum<CommunicationCloudEnvironment>
| Modifier and Type | Field and Description |
|---|---|
static CommunicationCloudEnvironment |
DOD
Represent Azure Dod cloud
|
static CommunicationCloudEnvironment |
GCCH
Represent Azure Gcch cloud
|
static CommunicationCloudEnvironment |
PUBLIC
Represent Azure public cloud
|
| Constructor and Description |
|---|
CommunicationCloudEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static CommunicationCloudEnvironment |
fromString(java.lang.String name)
Returns the
CommunicationCloudEnvironment associated with the name. |
public static final CommunicationCloudEnvironment PUBLIC
public static final CommunicationCloudEnvironment DOD
public static final CommunicationCloudEnvironment GCCH
public static CommunicationCloudEnvironment fromString(java.lang.String name)
CommunicationCloudEnvironment associated with the name.name - The name of the environment.CommunicationCloudEnvironment associated with the given name.