Class IdentityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IdentityType>
com.azure.resourcemanager.connectedvmware.models.IdentityType
Defines values for IdentityType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentityType
Static value None for IdentityType.static final IdentityType
Static value SystemAssigned for IdentityType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentityType
fromString
(String name) Creates or finds a IdentityType from its string representation.static Collection<IdentityType>
values()
Gets known IdentityType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for IdentityType. -
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
Gets known IdentityType values.- Returns:
- known IdentityType values.
-