DeploymentStacksDeleteDetachEnum Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. DeploymentStacksDeleteDetachEnum
- com.
- com.
public final class DeploymentStacksDeleteDetachEnum
extends ExpandableStringEnum<DeploymentStacksDeleteDetachEnum>
Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Deployment |
DELETE
Static value delete for Deployment |
static final
Deployment |
DETACH
Static value detach for Deployment |
Constructor Summary
Constructor | Description |
---|---|
DeploymentStacksDeleteDetachEnum() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deployment |
fromString(String name)
Creates or finds a Deployment |
static
Collection<Deployment |
values()
Gets known Deployment |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DELETE
public static final DeploymentStacksDeleteDetachEnum DELETE
Static value delete for DeploymentStacksDeleteDetachEnum.
DETACH
public static final DeploymentStacksDeleteDetachEnum DETACH
Static value detach for DeploymentStacksDeleteDetachEnum.
Constructor Details
DeploymentStacksDeleteDetachEnum
@Deprecated
public DeploymentStacksDeleteDetachEnum()
Deprecated
Creates a new instance of DeploymentStacksDeleteDetachEnum value.
Method Details
fromString
public static DeploymentStacksDeleteDetachEnum fromString(String name)
Creates or finds a DeploymentStacksDeleteDetachEnum from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DeploymentStacksDeleteDetachEnum values.
Returns:
Applies to
Azure SDK for Java