ConfigurationMode 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ConfigurationModeTypeConverter))]
public struct ConfigurationMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ConfigurationMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ConfigurationModeTypeConverter))>]
type ConfigurationMode = struct
interface IArgumentCompleter
Public Structure ConfigurationMode
Implements IArgumentCompleter, IEquatable(Of ConfigurationMode)
- Inheritance
-
ConfigurationMode
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| ApplyAndAutoCorrect | |
| ApplyAndMonitor | |
| ApplyOnly | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(ConfigurationMode) |
Compares values of enum type ConfigurationMode |
| Equals(Object) |
Compares values of enum type ConfigurationMode (override for Object) |
| GetHashCode() |
Returns hashCode for enum ConfigurationMode |
| ToString() |
Returns string representation for ConfigurationMode |
Operators
| Name | Description |
|---|---|
| Equality(ConfigurationMode, ConfigurationMode) |
Overriding == operator for enum ConfigurationMode |
| Implicit(ConfigurationMode to String) |
Implicit operator to convert ConfigurationMode to string |
| Implicit(String to ConfigurationMode) |
Implicit operator to convert string to ConfigurationMode |
| Inequality(ConfigurationMode, ConfigurationMode) |
Overriding != operator for enum ConfigurationMode |