DatabaseIdentityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. DatabaseIdentityType
- com.
- com.
public final class DatabaseIdentityType
extends ExpandableStringEnum<DatabaseIdentityType>
The identity type.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Database |
NONE
Static value None for Database |
static final
Database |
USER_ASSIGNED
Static value User |
Constructor Summary
Constructor | Description |
---|---|
DatabaseIdentityType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Database |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Database |
fromString(String name)
Creates or finds a Database |
static
Collection<Database |
values()
Gets known Database |
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
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:
Returns:
values
public static Collection
Gets known DatabaseIdentityType values.
Returns:
Applies to
Azure SDK for Java