Share via


PostgreSqlFlexibleServerPrincipalType Struct

Definition

The principal type used to represent the type of Active Directory Administrator.

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

Constructors

PostgreSqlFlexibleServerPrincipalType(String)

Initializes a new instance of PostgreSqlFlexibleServerPrincipalType.

Properties

Group

Group.

ServicePrincipal

ServicePrincipal.

Unknown

Unknown.

User

User.

Methods

Equals(PostgreSqlFlexibleServerPrincipalType)

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

Determines if two PostgreSqlFlexibleServerPrincipalType values are the same.

Implicit(String to PostgreSqlFlexibleServerPrincipalType)

Converts a string to a PostgreSqlFlexibleServerPrincipalType.

Inequality(PostgreSqlFlexibleServerPrincipalType, PostgreSqlFlexibleServerPrincipalType)

Determines if two PostgreSqlFlexibleServerPrincipalType values are not the same.

Applies to