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
DeploymentStacksDeleteDetachEnum(String) |
Initializes a new instance of DeploymentStacksDeleteDetachEnum. |
Properties
Delete |
delete. |
Detach |
detach. |
Methods
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
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. |
Applies to
Azure SDK for .NET