通过


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

DatabaseIdentityType Class

public final class DatabaseIdentityType
extends ExpandableStringEnum<DatabaseIdentityType>

The identity type.

Field Summary

Modifier and Type Field and Description
static final DatabaseIdentityType NONE

Static value None for DatabaseIdentityType.

static final DatabaseIdentityType USER_ASSIGNED

Static value UserAssigned for DatabaseIdentityType.

Constructor Summary

Constructor Description
DatabaseIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DatabaseIdentityType value.

Method Summary

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

Creates or finds a DatabaseIdentityType from its string representation.

static Collection<DatabaseIdentityType> values()

Gets known DatabaseIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final DatabaseIdentityType NONE

Static value None for DatabaseIdentityType.

USER_ASSIGNED

public static final DatabaseIdentityType USER_ASSIGNED

Static value UserAssigned for DatabaseIdentityType.

Constructor Details

DatabaseIdentityType

@Deprecated
public DatabaseIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DatabaseIdentityType value.

Method Details

fromString

public static DatabaseIdentityType fromString(String name)

Creates or finds a DatabaseIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DatabaseIdentityType.

values

public static Collection<DatabaseIdentityType> values()

Gets known DatabaseIdentityType values.

Returns:

known DatabaseIdentityType values.

Applies to