RoleType Struct

Definition

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

Constructors

Name Description
RoleType(String)

Initializes a new instance of RoleType.

Properties

Name Description
Admin

Gets the Admin.

User

Gets the User.

Methods

Name Description
Equals(RoleType)

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

Determines if two RoleType values are the same.

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

Converts a string to a RoleType.

Inequality(RoleType, RoleType)

Determines if two RoleType values are not the same.

Applies to