Freigeben über


GuestConfigurationAssignmentType Struct

Definition

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

Name Description
GuestConfigurationAssignmentType(String)

Initializes a new instance of GuestConfigurationAssignmentType.

Properties

Name Description
ApplyAndAutoCorrect

ApplyAndAutoCorrect.

ApplyAndMonitor

ApplyAndMonitor.

Audit

Audit.

DeployAndAutoCorrect

DeployAndAutoCorrect.

Methods

Name Description
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

Name Description
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