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

IsGlobal Class

public final class IsGlobal
extends ExpandableStringEnum<IsGlobal>

Flag if global mesh is supported.

Field Summary

Modifier and Type Field and Description
static final IsGlobal FALSE

Static value False for IsGlobal.

static final IsGlobal TRUE

Static value True for IsGlobal.

Constructor Summary

Constructor Description
IsGlobal()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsGlobal value.

Method Summary

Modifier and Type Method and Description
static IsGlobal fromString(String name)

Creates or finds a IsGlobal from its string representation.

static Collection<IsGlobal> values()

Gets known IsGlobal values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final IsGlobal FALSE

Static value False for IsGlobal.

TRUE

public static final IsGlobal TRUE

Static value True for IsGlobal.

Constructor Details

IsGlobal

@Deprecated
public IsGlobal()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsGlobal value.

Method Details

fromString

public static IsGlobal fromString(String name)

Creates or finds a IsGlobal from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IsGlobal.

values

public static Collection<IsGlobal> values()

Gets known IsGlobal values.

Returns:

known IsGlobal values.

Applies to