Class IdentityType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IdentityType>
com.microsoft.azure.management.sql.IdentityType
Defines values for IdentityType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IdentityType
Static value SystemAssigned for IdentityType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdentityType
fromString
(String name) Creates or finds a IdentityType from its string representation.static Collection<IdentityType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
SYSTEM_ASSIGNED
Static value SystemAssigned for IdentityType.
-
-
Constructor Details
-
IdentityType
public IdentityType()
-
-
Method Details
-
fromString
Creates or finds a IdentityType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding IdentityType
-
values
- Returns:
- known IdentityType values
-