Share via


RoleManagementScheduleExpirationType Struct

Definition

Type of the role assignment schedule expiration.

public readonly struct RoleManagementScheduleExpirationType : IEquatable<Azure.ResourceManager.Authorization.Models.RoleManagementScheduleExpirationType>
type RoleManagementScheduleExpirationType = struct
Public Structure RoleManagementScheduleExpirationType
Implements IEquatable(Of RoleManagementScheduleExpirationType)
Inheritance
RoleManagementScheduleExpirationType
Implements

Constructors

RoleManagementScheduleExpirationType(String)

Initializes a new instance of RoleManagementScheduleExpirationType.

Properties

AfterDateTime

AfterDateTime.

AfterDuration

AfterDuration.

NoExpiration

NoExpiration.

Methods

Equals(RoleManagementScheduleExpirationType)

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(RoleManagementScheduleExpirationType, RoleManagementScheduleExpirationType)

Determines if two RoleManagementScheduleExpirationType values are the same.

Implicit(String to RoleManagementScheduleExpirationType)

Converts a string to a RoleManagementScheduleExpirationType.

Inequality(RoleManagementScheduleExpirationType, RoleManagementScheduleExpirationType)

Determines if two RoleManagementScheduleExpirationType values are not the same.

Applies to