Share via


LcmConfigurationMode Struct

Definition

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

LcmConfigurationMode(String)

Initializes a new instance of LcmConfigurationMode.

Properties

ApplyAndAutoCorrect

ApplyAndAutoCorrect.

ApplyAndMonitor

ApplyAndMonitor.

ApplyOnly

ApplyOnly.

Methods

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

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.

Applies to