你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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