SoftDeletedArtifactTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. SoftDeletedArtifactTypes
- com.
- com.
public final class SoftDeletedArtifactTypes
extends ExpandableStringEnum<SoftDeletedArtifactTypes>
artifact type of the soft-deleted resource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Soft |
IMAGES
Static value Images for Soft |
Constructor Summary
Constructor | Description |
---|---|
SoftDeletedArtifactTypes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Soft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Soft |
fromString(String name)
Creates or finds a Soft |
static
Collection<Soft |
values()
Gets known Soft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
IMAGES
public static final SoftDeletedArtifactTypes IMAGES
Static value Images for SoftDeletedArtifactTypes.
Constructor Details
SoftDeletedArtifactTypes
@Deprecated
public SoftDeletedArtifactTypes()
Deprecated
Creates a new instance of SoftDeletedArtifactTypes value.
Method Details
fromString
public static SoftDeletedArtifactTypes fromString(String name)
Creates or finds a SoftDeletedArtifactTypes from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SoftDeletedArtifactTypes values.
Returns:
Applies to
Azure SDK for Java