ResourcePropertiesObjectType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. dataprotection. models. ResourcePropertiesObjectType
- com.
- com.
public final class ResourcePropertiesObjectType
extends ExpandableStringEnum<ResourcePropertiesObjectType>
Type of the specific object - used for deserializing.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resource |
DEFAULT_RESOURCE_PROPERTIES
Static value Default |
Constructor Summary
| Constructor | Description |
|---|---|
| ResourcePropertiesObjectType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromString(String name)
Creates or finds a Resource |
|
static
Collection<Resource |
values()
Gets known Resource |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT_RESOURCE_PROPERTIES
public static final ResourcePropertiesObjectType DEFAULT_RESOURCE_PROPERTIES
Static value DefaultResourceProperties for ResourcePropertiesObjectType.
Constructor Details
ResourcePropertiesObjectType
@Deprecated
public ResourcePropertiesObjectType()
Deprecated
Creates a new instance of ResourcePropertiesObjectType value.
Method Details
fromString
public static ResourcePropertiesObjectType fromString(String name)
Creates or finds a ResourcePropertiesObjectType from its string representation.
Parameters:
Returns:
values
public static Collection<ResourcePropertiesObjectType> values()
Gets known ResourcePropertiesObjectType values.
Returns: