MachineLearningScheduleListViewType Struct

Definition

The MachineLearningScheduleListViewType.

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

Constructors

MachineLearningScheduleListViewType(String)

Initializes a new instance of MachineLearningScheduleListViewType.

Properties

All

All.

DisabledOnly

DisabledOnly.

EnabledOnly

EnabledOnly.

Methods

Equals(MachineLearningScheduleListViewType)

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

Determines if two MachineLearningScheduleListViewType values are the same.

Implicit(String to MachineLearningScheduleListViewType)

Converts a string to a MachineLearningScheduleListViewType.

Inequality(MachineLearningScheduleListViewType, MachineLearningScheduleListViewType)

Determines if two MachineLearningScheduleListViewType values are not the same.

Applies to