UnmanageActionResourceMode 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.
The UnmanageActionResourceMode.
public readonly struct UnmanageActionResourceMode : IEquatable<Azure.ResourceManager.Resources.Models.UnmanageActionResourceMode>
type UnmanageActionResourceMode = struct
Public Structure UnmanageActionResourceMode
Implements IEquatable(Of UnmanageActionResourceMode)
- Inheritance
-
UnmanageActionResourceMode
- Implements
Constructors
| Name | Description |
|---|---|
| UnmanageActionResourceMode(String) |
Initializes a new instance of UnmanageActionResourceMode. |
Properties
| Name | Description |
|---|---|
| Delete |
delete. |
| Detach |
detach. |
Methods
| Name | Description |
|---|---|
| Equals(UnmanageActionResourceMode) |
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(UnmanageActionResourceMode, UnmanageActionResourceMode) |
Determines if two UnmanageActionResourceMode values are the same. |
| Implicit(String to UnmanageActionResourceMode) |
Converts a String to a UnmanageActionResourceMode. |
| Inequality(UnmanageActionResourceMode, UnmanageActionResourceMode) |
Determines if two UnmanageActionResourceMode values are not the same. |