你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommunicationCloudEnvironment Class

public final class CommunicationCloudEnvironment
extends ExpandableStringEnum<CommunicationCloudEnvironment>

The cloud that the identifier belongs to.

Field Summary

Modifier and Type Field and Description
static final CommunicationCloudEnvironment DOD

Represent Azure Dod cloud

static final CommunicationCloudEnvironment GCCH

Represent Azure Gcch cloud

static final CommunicationCloudEnvironment PUBLIC

Represent Azure public cloud

Constructor Summary

Constructor Description
CommunicationCloudEnvironment()

Creates a default CommunicationCloudEnvironment

Method Summary

Modifier and Type Method and Description
boolean equals(Object that)
static CommunicationCloudEnvironment fromString(String environmentValue)

Sets an environment value from a String

int hashCode()
String toString()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DOD

public static final CommunicationCloudEnvironment DOD

Represent Azure Dod cloud

GCCH

public static final CommunicationCloudEnvironment GCCH

Represent Azure Gcch cloud

PUBLIC

public static final CommunicationCloudEnvironment PUBLIC

Represent Azure public cloud

Constructor Details

CommunicationCloudEnvironment

public CommunicationCloudEnvironment()

Creates a default CommunicationCloudEnvironment

Method Details

equals

public boolean equals(Object that)

Overrides:

CommunicationCloudEnvironment.equals(Object that)

Parameters:

that

fromString

public static CommunicationCloudEnvironment fromString(String environmentValue)

Sets an environment value from a String

Parameters:

environmentValue - string representation of the environment value

Returns:

CommunicationCloudEnvironment object itself

hashCode

public int hashCode()

Overrides:

CommunicationCloudEnvironment.hashCode()

toString

public String toString()

Overrides:

CommunicationCloudEnvironment.toString()

Applies to