Class CreatedByType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CreatedByType>
com.azure.resourcemanager.network.models.CreatedByType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The type of identity that created the resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CreatedByTypeStatic value Application for CreatedByType.static final CreatedByTypeStatic value Key for CreatedByType.static final CreatedByTypeStatic value ManagedIdentity for CreatedByType.static final CreatedByTypeStatic value User for CreatedByType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreatedByTypefromString(String name) Creates or finds a CreatedByType from its string representation.static Collection<CreatedByType> values()Gets known CreatedByType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
USER
Static value User for CreatedByType. -
APPLICATION
Static value Application for CreatedByType. -
MANAGED_IDENTITY
Static value ManagedIdentity for CreatedByType. -
KEY
Static value Key for CreatedByType.
-
-
Constructor Details
-
CreatedByType
Deprecated.Use thefromString(String)factory method.Creates a new instance of CreatedByType value.
-
-
Method Details
-
fromString
Creates or finds a CreatedByType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CreatedByType.
-
values
Gets known CreatedByType values.- Returns:
- known CreatedByType values.
-
fromString(String)factory method.