Udostępnij przez


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

Name Description
AadConnectivityStateType(String)

Initializes a new instance of AadConnectivityStateType.

Properties

Name Description
Connected

Connected.

Discovered

Discovered.

NotLicensed

NotLicensed.

Methods

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

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