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