Class DeploymentIdentityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentIdentityType>
com.azure.resourcemanager.resources.models.DeploymentIdentityType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DeploymentIdentityType
extends com.azure.core.util.ExpandableStringEnum<DeploymentIdentityType>
The identity type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeploymentIdentityTypeStatic value None for DeploymentIdentityType.static final DeploymentIdentityTypeStatic value UserAssigned for DeploymentIdentityType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentIdentityTypefromString(String name) Creates or finds a DeploymentIdentityType from its string representation.static Collection<DeploymentIdentityType> values()Gets known DeploymentIdentityType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for DeploymentIdentityType. -
USER_ASSIGNED
Static value UserAssigned for DeploymentIdentityType.
-
-
Constructor Details
-
DeploymentIdentityType
Deprecated.Use thefromString(String)factory method.Creates a new instance of DeploymentIdentityType value.
-
-
Method Details
-
fromString
Creates or finds a DeploymentIdentityType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DeploymentIdentityType.
-
values
Gets known DeploymentIdentityType values.- Returns:
- known DeploymentIdentityType values.
-
fromString(String)factory method.