Freigeben über


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

Name Description
DevCenterScheduleEnableStatus(String)

Initializes a new instance of DevCenterScheduleEnableStatus.

Properties

Name Description
IsDisabled

Disabled.

IsEnabled

Enabled.

Methods

Name Description
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

Name Description
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