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

Name Description
PostgreSqlFlexibleServerPrincipalType(String)

Initializes a new instance of PostgreSqlFlexibleServerPrincipalType.

Properties

Name Description
Group

Group.

ServicePrincipal

ServicePrincipal.

Unknown

Unknown.

User

User.

Methods

Name Description
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

Name Description
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