DeploymentStacksDeleteDetachEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public readonly struct DeploymentStacksDeleteDetachEnum : IEquatable<Azure.ResourceManager.Resources.Models.DeploymentStacksDeleteDetachEnum>
type DeploymentStacksDeleteDetachEnum = struct
Public Structure DeploymentStacksDeleteDetachEnum
Implements IEquatable(Of DeploymentStacksDeleteDetachEnum)
- Inheritance
-
DeploymentStacksDeleteDetachEnum
- Implements
Constructors
| Name | Description |
|---|---|
| DeploymentStacksDeleteDetachEnum(String) |
Initializes a new instance of DeploymentStacksDeleteDetachEnum. |
Properties
| Name | Description |
|---|---|
| Delete |
delete. |
| Detach |
detach. |
Methods
| Name | Description |
|---|---|
| Equals(DeploymentStacksDeleteDetachEnum) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DeploymentStacksDeleteDetachEnum, DeploymentStacksDeleteDetachEnum) |
Determines if two DeploymentStacksDeleteDetachEnum values are the same. |
| Implicit(String to DeploymentStacksDeleteDetachEnum) |
Converts a String to a DeploymentStacksDeleteDetachEnum. |
| Inequality(DeploymentStacksDeleteDetachEnum, DeploymentStacksDeleteDetachEnum) |
Determines if two DeploymentStacksDeleteDetachEnum values are not the same. |