LcmConfigurationMode 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 how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.
public readonly struct LcmConfigurationMode : IEquatable<Azure.ResourceManager.GuestConfiguration.Models.LcmConfigurationMode>
type LcmConfigurationMode = struct
Public Structure LcmConfigurationMode
Implements IEquatable(Of LcmConfigurationMode)
- Inheritance
-
LcmConfigurationMode
- Implements
Constructors
| Name | Description |
|---|---|
| LcmConfigurationMode(String) |
Initializes a new instance of LcmConfigurationMode. |
Properties
| Name | Description |
|---|---|
| ApplyAndAutoCorrect |
ApplyAndAutoCorrect. |
| ApplyAndMonitor |
ApplyAndMonitor. |
| ApplyOnly |
ApplyOnly. |
Methods
| Name | Description |
|---|---|
| Equals(LcmConfigurationMode) |
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(LcmConfigurationMode, LcmConfigurationMode) |
Determines if two LcmConfigurationMode values are the same. |
| Implicit(String to LcmConfigurationMode) |
Converts a String to a LcmConfigurationMode. |
| Inequality(LcmConfigurationMode, LcmConfigurationMode) |
Determines if two LcmConfigurationMode values are not the same. |