RoleManagementScheduleRequestType 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 the role assignment schedule request. Eg: SelfActivate, AdminAssign etc.
public readonly struct RoleManagementScheduleRequestType : IEquatable<Azure.ResourceManager.Authorization.Models.RoleManagementScheduleRequestType>
type RoleManagementScheduleRequestType = struct
Public Structure RoleManagementScheduleRequestType
Implements IEquatable(Of RoleManagementScheduleRequestType)
- Inheritance
-
RoleManagementScheduleRequestType
- Implements
Constructors
RoleManagementScheduleRequestType(String) |
Initializes a new instance of RoleManagementScheduleRequestType. |
Properties
AdminAssign |
AdminAssign. |
AdminExtend |
AdminExtend. |
AdminRemove |
AdminRemove. |
AdminRenew |
AdminRenew. |
AdminUpdate |
AdminUpdate. |
SelfActivate |
SelfActivate. |
SelfDeactivate |
SelfDeactivate. |
SelfExtend |
SelfExtend. |
SelfRenew |
SelfRenew. |
Methods
Equals(RoleManagementScheduleRequestType) |
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(RoleManagementScheduleRequestType, RoleManagementScheduleRequestType) |
Determines if two RoleManagementScheduleRequestType values are the same. |
Implicit(String to RoleManagementScheduleRequestType) |
Converts a string to a RoleManagementScheduleRequestType. |
Inequality(RoleManagementScheduleRequestType, RoleManagementScheduleRequestType) |
Determines if two RoleManagementScheduleRequestType values are not the same. |
Applies to
Azure SDK for .NET