CreatedByType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. datamigration. models. CreatedByType
- com.
- com.
public final class CreatedByType
extends ExpandableStringEnum<CreatedByType>
The type of identity that created the resource.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Created |
APPLICATION
Static value Application for Created |
|
static final
Created |
KEY
Static value Key for Created |
|
static final
Created |
MANAGED_IDENTITY
Static value Managed |
|
static final
Created |
USER
Static value User for Created |
Constructor Summary
| Constructor | Description |
|---|---|
| CreatedByType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Created |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Created |
fromString(String name)
Creates or finds a Created |
|
static
Collection<Created |
values()
Gets known Created |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
APPLICATION
public static final CreatedByType APPLICATION
Static value Application for CreatedByType.
KEY
public static final CreatedByType KEY
Static value Key for CreatedByType.
MANAGED_IDENTITY
public static final CreatedByType MANAGED_IDENTITY
Static value ManagedIdentity for CreatedByType.
USER
public static final CreatedByType USER
Static value User for CreatedByType.
Constructor Details
CreatedByType
@Deprecated
public CreatedByType()
Deprecated
Creates a new instance of CreatedByType value.
Method Details
fromString
public static CreatedByType fromString(String name)
Creates or finds a CreatedByType from its string representation.
Parameters:
Returns:
values
public static Collection<CreatedByType> values()
Gets known CreatedByType values.
Returns: