Condividi tramite


PostgreSqlFlexibleServerPrincipalType Struct

Definition

Type of Microsoft Entra principal to which the server administrator is associated.

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

A Microsoft Entra group.

ServicePrincipal

A Microsoft Entra service principal, typically representing an application or service identity.

Unknown

The principal type is not known or not specified.

User

A Microsoft Entra 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