Share via


MachineLearningScheduleStatus Struct

Definition

Is the schedule enabled or disabled?.

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

Constructors

MachineLearningScheduleStatus(String)

Initializes a new instance of MachineLearningScheduleStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(MachineLearningScheduleStatus)

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

Determines if two MachineLearningScheduleStatus values are the same.

Implicit(String to MachineLearningScheduleStatus)

Converts a string to a MachineLearningScheduleStatus.

Inequality(MachineLearningScheduleStatus, MachineLearningScheduleStatus)

Determines if two MachineLearningScheduleStatus values are not the same.

Applies to