RoleManagementScheduleStatus 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 status of the role assignment schedule.
public readonly struct RoleManagementScheduleStatus : IEquatable<Azure.ResourceManager.Authorization.Models.RoleManagementScheduleStatus>
type RoleManagementScheduleStatus = struct
Public Structure RoleManagementScheduleStatus
Implements IEquatable(Of RoleManagementScheduleStatus)
- Inheritance
-
RoleManagementScheduleStatus
- Implements
Constructors
RoleManagementScheduleStatus(String) |
Initializes a new instance of RoleManagementScheduleStatus. |
Properties
Accepted |
Accepted. |
AdminApproved |
AdminApproved. |
AdminDenied |
AdminDenied. |
Canceled |
Canceled. |
Denied |
Denied. |
Failed |
Failed. |
FailedAsResourceIsLocked |
FailedAsResourceIsLocked. |
Granted |
Granted. |
Invalid |
Invalid. |
PendingAdminDecision |
PendingAdminDecision. |
PendingApproval |
PendingApproval. |
PendingApprovalProvisioning |
PendingApprovalProvisioning. |
PendingEvaluation |
PendingEvaluation. |
PendingExternalProvisioning |
PendingExternalProvisioning. |
PendingProvisioning |
PendingProvisioning. |
PendingRevocation |
PendingRevocation. |
PendingScheduleCreation |
PendingScheduleCreation. |
Provisioned |
Provisioned. |
ProvisioningStarted |
ProvisioningStarted. |
Revoked |
Revoked. |
ScheduleCreated |
ScheduleCreated. |
TimedOut |
TimedOut. |
Methods
Equals(RoleManagementScheduleStatus) |
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(RoleManagementScheduleStatus, RoleManagementScheduleStatus) |
Determines if two RoleManagementScheduleStatus values are the same. |
Implicit(String to RoleManagementScheduleStatus) |
Converts a string to a RoleManagementScheduleStatus. |
Inequality(RoleManagementScheduleStatus, RoleManagementScheduleStatus) |
Determines if two RoleManagementScheduleStatus values are not the same. |
Applies to
Azure SDK for .NET