Class IdentityType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IdentityType>
com.microsoft.azure.management.cdn.IdentityType
Defines values for IdentityType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentityType
Static value application for IdentityType.static final IdentityType
Static value key for IdentityType.static final IdentityType
Static value managedIdentity for IdentityType.static final IdentityType
Static value user 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()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
USER
Static value user for IdentityType. -
APPLICATION
Static value application for IdentityType. -
MANAGED_IDENTITY
Static value managedIdentity for IdentityType. -
KEY
Static value key 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
-