Share via


PostgreSqlFlexibleServerPasswordAuthEnum Struct

Definition

If Enabled, Password authentication is enabled.

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

Constructors

Name Description
PostgreSqlFlexibleServerPasswordAuthEnum(String)

Initializes a new instance of PostgreSqlFlexibleServerPasswordAuthEnum.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(PostgreSqlFlexibleServerPasswordAuthEnum)

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

Determines if two PostgreSqlFlexibleServerPasswordAuthEnum values are the same.

Implicit(String to PostgreSqlFlexibleServerPasswordAuthEnum)

Converts a String to a PostgreSqlFlexibleServerPasswordAuthEnum.

Inequality(PostgreSqlFlexibleServerPasswordAuthEnum, PostgreSqlFlexibleServerPasswordAuthEnum)

Determines if two PostgreSqlFlexibleServerPasswordAuthEnum values are not the same.

Applies to