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
ArmApplicationManagementMode(String) |
Initializes a new instance of ArmApplicationManagementMode. |
Properties
Managed |
Managed. |
NotSpecified |
NotSpecified. |
Unmanaged |
Unmanaged. |
Methods
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
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. |
Applies to
Azure SDK for .NET