Share via


DevCenterScheduleEnableStatus Struct

Definition

Schedule enable or disable status. Indicates whether the schedule applied to is either enabled or disabled.

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

Constructors

DevCenterScheduleEnableStatus(String)

Initializes a new instance of DevCenterScheduleEnableStatus.

Properties

IsDisabled

Disabled.

IsEnabled

Enabled.

Methods

Equals(DevCenterScheduleEnableStatus)

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

Determines if two DevCenterScheduleEnableStatus values are the same.

Implicit(String to DevCenterScheduleEnableStatus)

Converts a string to a DevCenterScheduleEnableStatus.

Inequality(DevCenterScheduleEnableStatus, DevCenterScheduleEnableStatus)

Determines if two DevCenterScheduleEnableStatus values are not the same.

Applies to