你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduleStatus Struct

Definition

Argument completer implementation for ScheduleStatus.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatusTypeConverter))]
public struct ScheduleStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatusTypeConverter))>]
type ScheduleStatus = struct
    interface IArgumentCompleter
Public Structure ScheduleStatus
Implements IArgumentCompleter, IEquatable(Of ScheduleStatus)
Inheritance
ScheduleStatus
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ScheduleStatus (override for Object)

Equals(ScheduleStatus)

Compares values of enum type ScheduleStatus

GetHashCode()

Returns hashCode for enum ScheduleStatus

ToString()

Returns string representation for ScheduleStatus

Operators

Equality(ScheduleStatus, ScheduleStatus)

Overriding == operator for enum ScheduleStatus

Implicit(ScheduleStatus to String)

Implicit operator to convert ScheduleStatus to string

Implicit(String to ScheduleStatus)

Implicit operator to convert string to ScheduleStatus

Inequality(ScheduleStatus, ScheduleStatus)

Overriding != operator for enum ScheduleStatus

Applies to