HciClusterComplianceAssignmentType Struct

Definition

Represents the compliance assignment type of a resource.

public readonly struct HciClusterComplianceAssignmentType : IEquatable<Azure.ResourceManager.Hci.Models.HciClusterComplianceAssignmentType>
type HciClusterComplianceAssignmentType = struct
Public Structure HciClusterComplianceAssignmentType
Implements IEquatable(Of HciClusterComplianceAssignmentType)
Inheritance
HciClusterComplianceAssignmentType
Implements

Constructors

HciClusterComplianceAssignmentType(String)

Initializes a new instance of HciClusterComplianceAssignmentType.

Properties

ApplyAndAutoCorrect

Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation.

Audit

Report on the state of the machine, but don't make changes.

Methods

Equals(HciClusterComplianceAssignmentType)

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(HciClusterComplianceAssignmentType, HciClusterComplianceAssignmentType)

Determines if two HciClusterComplianceAssignmentType values are the same.

Implicit(String to HciClusterComplianceAssignmentType)

Converts a string to a HciClusterComplianceAssignmentType.

Inequality(HciClusterComplianceAssignmentType, HciClusterComplianceAssignmentType)

Determines if two HciClusterComplianceAssignmentType values are not the same.

Applies to