PostgreSqlFlexibleServerPrincipalType 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.
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
Azure SDK for .NET