RoleManagementPolicyRecipientType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET