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