Partilhar 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

Name Description
MachineLearningScheduleStatus(String)

Initializes a new instance of MachineLearningScheduleStatus.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

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

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