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