PostgreSqlFlexibleServerPasswordAuthEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
PostgreSqlFlexibleServerPasswordAuthEnum(String) |
Initializes a new instance of PostgreSqlFlexibleServerPasswordAuthEnum. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
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
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
Azure SDK for .NET