Share via


RoleManagementScheduleMemberType Struct

Definition

Membership type of the role assignment schedule.

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

Constructors

RoleManagementScheduleMemberType(String)

Initializes a new instance of RoleManagementScheduleMemberType.

Properties

Direct

Direct.

Group

Group.

Inherited

Inherited.

Methods

Equals(RoleManagementScheduleMemberType)

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

Determines if two RoleManagementScheduleMemberType values are the same.

Implicit(String to RoleManagementScheduleMemberType)

Converts a string to a RoleManagementScheduleMemberType.

Inequality(RoleManagementScheduleMemberType, RoleManagementScheduleMemberType)

Determines if two RoleManagementScheduleMemberType values are not the same.

Applies to