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

PasswordEnabledEnum Struct

Definition

Indicates whether the cluster was created with a password or using AAD authentication.

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

Constructors

Name Description
PasswordEnabledEnum(String)

Initializes a new instance of PasswordEnabledEnum.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(PasswordEnabledEnum)

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

Determines if two PasswordEnabledEnum values are the same.

Implicit(String to Nullable<PasswordEnabledEnum>)
Implicit(String to PasswordEnabledEnum)

Converts a string to a PasswordEnabledEnum.

Inequality(PasswordEnabledEnum, PasswordEnabledEnum)

Determines if two PasswordEnabledEnum values are not the same.

Applies to