Class SoftDeletedArtifactTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SoftDeletedArtifactTypes>
com.azure.resourcemanager.compute.models.SoftDeletedArtifactTypes
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class SoftDeletedArtifactTypes
extends com.azure.core.util.ExpandableStringEnum<SoftDeletedArtifactTypes>
artifact type of the soft-deleted resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SoftDeletedArtifactTypesStatic value Images for SoftDeletedArtifactTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SoftDeletedArtifactTypesfromString(String name) Creates or finds a SoftDeletedArtifactTypes from its string representation.static Collection<SoftDeletedArtifactTypes> values()Gets known SoftDeletedArtifactTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
IMAGES
Static value Images for SoftDeletedArtifactTypes.
-
-
Constructor Details
-
SoftDeletedArtifactTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of SoftDeletedArtifactTypes value.
-
-
Method Details
-
fromString
Creates or finds a SoftDeletedArtifactTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SoftDeletedArtifactTypes.
-
values
Gets known SoftDeletedArtifactTypes values.- Returns:
- known SoftDeletedArtifactTypes values.
-
fromString(String)factory method.