GuestConfigurationAssignmentType 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 the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.
public readonly struct GuestConfigurationAssignmentType : IEquatable<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentType>
type GuestConfigurationAssignmentType = struct
Public Structure GuestConfigurationAssignmentType
Implements IEquatable(Of GuestConfigurationAssignmentType)
- Inheritance
-
GuestConfigurationAssignmentType
- Implements
Constructors
GuestConfigurationAssignmentType(String) |
Initializes a new instance of GuestConfigurationAssignmentType. |
Properties
ApplyAndAutoCorrect |
ApplyAndAutoCorrect. |
ApplyAndMonitor |
ApplyAndMonitor. |
Audit |
Audit. |
DeployAndAutoCorrect |
DeployAndAutoCorrect. |
Methods
Equals(GuestConfigurationAssignmentType) |
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(GuestConfigurationAssignmentType, GuestConfigurationAssignmentType) |
Determines if two GuestConfigurationAssignmentType values are the same. |
Implicit(String to GuestConfigurationAssignmentType) |
Converts a string to a GuestConfigurationAssignmentType. |
Inequality(GuestConfigurationAssignmentType, GuestConfigurationAssignmentType) |
Determines if two GuestConfigurationAssignmentType values are not the same. |
Applies to
Azure SDK for .NET