EnrollmentAuthLevelState Struct

Definition

The state showing the enrollment auth level.

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

Constructors

EnrollmentAuthLevelState(String)

Initializes a new instance of EnrollmentAuthLevelState.

Properties

MicrosoftAccountOnly

MicrosoftAccountOnly.

MixedAccount

MixedAccount.

OrganizationalAccountCrossTenant

OrganizationalAccountCrossTenant.

OrganizationalAccountOnly

OrganizationalAccountOnly.

Other

Other.

Methods

Equals(EnrollmentAuthLevelState)

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

Determines if two EnrollmentAuthLevelState values are the same.

Implicit(String to EnrollmentAuthLevelState)

Converts a string to a EnrollmentAuthLevelState.

Inequality(EnrollmentAuthLevelState, EnrollmentAuthLevelState)

Determines if two EnrollmentAuthLevelState values are not the same.

Applies to