PrincipalType Struct

Definition

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

Constructors

Name Description
PrincipalType(String)

Initializes a new instance of PrincipalType.

Properties

Name Description
Group

Gets the Group.

ServicePrincipal

Gets the ServicePrincipal.

User

Gets the User.

Methods

Name Description
Equals(PrincipalType)

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

Determines if two PrincipalType values are the same.

Implicit(String to Nullable<PrincipalType>)
Implicit(String to PrincipalType)

Converts a string to a PrincipalType.

Inequality(PrincipalType, PrincipalType)

Determines if two PrincipalType values are not the same.

Applies to