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

IsolationScope Class

public final class IsolationScope
extends ExpandableStringEnum<IsolationScope>

Enum to configure regional restrictions on identity assignment, as necessary.

Field Summary

Modifier and Type Field and Description
static final IsolationScope NONE

Static value None for IsolationScope.

static final IsolationScope REGIONAL

Static value Regional for IsolationScope.

Constructor Summary

Constructor Description
IsolationScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsolationScope value.

Method Summary

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

Creates or finds a IsolationScope from its string representation.

static Collection<IsolationScope> values()

Gets known IsolationScope values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final IsolationScope NONE

Static value None for IsolationScope.

REGIONAL

public static final IsolationScope REGIONAL

Static value Regional for IsolationScope.

Constructor Details

IsolationScope

@Deprecated
public IsolationScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsolationScope value.

Method Details

fromString

public static IsolationScope fromString(String name)

Creates or finds a IsolationScope from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IsolationScope.

values

public static Collection<IsolationScope> values()

Gets known IsolationScope values.

Returns:

known IsolationScope values.

Applies to