Share via


PostgreSqlAdministratorType Struct

Definition

The type of administrator.

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

Constructors

PostgreSqlAdministratorType(String)

Initializes a new instance of PostgreSqlAdministratorType.

Properties

ActiveDirectory

ActiveDirectory.

Methods

Equals(PostgreSqlAdministratorType)

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

Determines if two PostgreSqlAdministratorType values are the same.

Implicit(String to PostgreSqlAdministratorType)

Converts a string to a PostgreSqlAdministratorType.

Inequality(PostgreSqlAdministratorType, PostgreSqlAdministratorType)

Determines if two PostgreSqlAdministratorType values are not the same.

Applies to