Share via


AadConnectivityStateType Struct

Definition

The connectivity state of the external AAD solution.

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

Constructors

AadConnectivityStateType(String)

Initializes a new instance of AadConnectivityStateType.

Properties

Connected

Connected.

Discovered

Discovered.

NotLicensed

NotLicensed.

Methods

Equals(AadConnectivityStateType)

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

Determines if two AadConnectivityStateType values are the same.

Implicit(String to AadConnectivityStateType)

Converts a string to a AadConnectivityStateType.

Inequality(AadConnectivityStateType, AadConnectivityStateType)

Determines if two AadConnectivityStateType values are not the same.

Applies to