Share via


AuthorizationRoleType Struct

Definition

The role type.

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

Constructors

AuthorizationRoleType(String)

Initializes a new instance of AuthorizationRoleType.

Properties

BuiltInRole

BuiltInRole.

CustomRole

CustomRole.

Methods

Equals(AuthorizationRoleType)

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

Determines if two AuthorizationRoleType values are the same.

Implicit(String to AuthorizationRoleType)

Converts a string to a AuthorizationRoleType.

Inequality(AuthorizationRoleType, AuthorizationRoleType)

Determines if two AuthorizationRoleType values are not the same.

Applies to