IdentityType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<IdentityType> - com.
microsoft. azure. management. sql. IdentityType
- com.
- com.
public class IdentityType
Defines values for IdentityType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Identity |
SYSTEM_ASSIGNED
Static value SystemAssigned for IdentityType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Identity |
fromString(String name)
Creates or finds a IdentityType from its string representation. |
Collection<Identity |
values() |
Field Details
SYSTEM_ASSIGNED
public static final IdentityType SYSTEM_ASSIGNED= fromString("SystemAssigned")
Static value SystemAssigned for IdentityType.
Method Details
fromString
public static IdentityType fromString(String name)
Creates or finds a IdentityType from its string representation.
Parameters:
name
- a name to look for
Returns:
the corresponding IdentityType
values
public static Collection
Returns:
known IdentityType values
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java