AadEnabledEnum Struct

Definition

Indicates whether the cluster was created using AAD authentication.

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

Constructors

Name Description
AadEnabledEnum(String)

Initializes a new instance of AadEnabledEnum.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(AadEnabledEnum)

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

Determines if two AadEnabledEnum values are the same.

Implicit(String to AadEnabledEnum)

Converts a string to a AadEnabledEnum.

Implicit(String to Nullable<AadEnabledEnum>)
Inequality(AadEnabledEnum, AadEnabledEnum)

Determines if two AadEnabledEnum values are not the same.

Applies to