Share via


RoleManagementPolicyRecipientType Struct

Definition

The recipient type.

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

Constructors

RoleManagementPolicyRecipientType(String)

Initializes a new instance of RoleManagementPolicyRecipientType.

Properties

Admin

Admin.

Approver

Approver.

Requestor

Requestor.

Methods

Equals(RoleManagementPolicyRecipientType)

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

Determines if two RoleManagementPolicyRecipientType values are the same.

Implicit(String to RoleManagementPolicyRecipientType)

Converts a string to a RoleManagementPolicyRecipientType.

Inequality(RoleManagementPolicyRecipientType, RoleManagementPolicyRecipientType)

Determines if two RoleManagementPolicyRecipientType values are not the same.

Applies to