ProgramEnrollmentDomainGroupState Struct

Definition

The assessment state of a domain group.

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

Constructors

Name Description
ProgramEnrollmentDomainGroupState(String)

Initializes a new instance of ProgramEnrollmentDomainGroupState.

Properties

Name Description
ActionRequired

Action is required to complete assessment.

Failed

Assessment failed.

Pending

Assessment is pending.

Succeeded

Assessment succeeded.

Methods

Name Description
Equals(ProgramEnrollmentDomainGroupState)

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

Determines if two ProgramEnrollmentDomainGroupState values are the same.

Implicit(String to Nullable<ProgramEnrollmentDomainGroupState>)
Implicit(String to ProgramEnrollmentDomainGroupState)

Converts a string to a ProgramEnrollmentDomainGroupState.

Inequality(ProgramEnrollmentDomainGroupState, ProgramEnrollmentDomainGroupState)

Determines if two ProgramEnrollmentDomainGroupState values are not the same.

Applies to