RoleManagementApprovalMode 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 type of rule.
public readonly struct RoleManagementApprovalMode : IEquatable<Azure.ResourceManager.Authorization.Models.RoleManagementApprovalMode>
type RoleManagementApprovalMode = struct
Public Structure RoleManagementApprovalMode
Implements IEquatable(Of RoleManagementApprovalMode)
- Inheritance
-
RoleManagementApprovalMode
- Implements
Constructors
RoleManagementApprovalMode(String) |
Initializes a new instance of RoleManagementApprovalMode. |
Properties
NoApproval |
NoApproval. |
Parallel |
Parallel. |
Serial |
Serial. |
SingleStage |
SingleStage. |
Methods
Equals(RoleManagementApprovalMode) |
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(RoleManagementApprovalMode, RoleManagementApprovalMode) |
Determines if two RoleManagementApprovalMode values are the same. |
Implicit(String to RoleManagementApprovalMode) |
Converts a string to a RoleManagementApprovalMode. |
Inequality(RoleManagementApprovalMode, RoleManagementApprovalMode) |
Determines if two RoleManagementApprovalMode values are not the same. |
Applies to
Azure SDK for .NET