CleanupConnectionArtifacts Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. digitaltwins. models. CleanupConnectionArtifacts
- com.
- com.
public final class CleanupConnectionArtifacts
extends ExpandableStringEnum<CleanupConnectionArtifacts>
Defines values for CleanupConnectionArtifacts.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Cleanup |
FALSE
Static value false for Cleanup |
|
static final
Cleanup |
TRUE
Static value true for Cleanup |
Constructor Summary
| Constructor | Description |
|---|---|
| CleanupConnectionArtifacts() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Cleanup |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cleanup |
fromString(String name)
Creates or finds a Cleanup |
|
static
Collection<Cleanup |
values()
Gets known Cleanup |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final CleanupConnectionArtifacts FALSE
Static value false for CleanupConnectionArtifacts.
TRUE
public static final CleanupConnectionArtifacts TRUE
Static value true for CleanupConnectionArtifacts.
Constructor Details
CleanupConnectionArtifacts
@Deprecated
public CleanupConnectionArtifacts()
Deprecated
Creates a new instance of CleanupConnectionArtifacts value.
Method Details
fromString
public static CleanupConnectionArtifacts fromString(String name)
Creates or finds a CleanupConnectionArtifacts from its string representation.
Parameters:
Returns:
values
public static Collection<CleanupConnectionArtifacts> values()
Gets known CleanupConnectionArtifacts values.
Returns: