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

ScheduleEnableStatus Struct

Definition

Schedule enable or disable status. Indicates whether the schedule applied to is either enabled or disabled.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatusTypeConverter))]
public struct ScheduleEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatusTypeConverter))>]
type ScheduleEnableStatus = struct
    interface IArgumentCompleter
Public Structure ScheduleEnableStatus
Implements IArgumentCompleter, IEquatable(Of ScheduleEnableStatus)
Inheritance
ScheduleEnableStatus
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 ScheduleEnableStatus (override for Object)

Equals(ScheduleEnableStatus)

Compares values of enum type ScheduleEnableStatus

GetHashCode()

Returns hashCode for enum ScheduleEnableStatus

ToString()

Returns string representation for ScheduleEnableStatus

Operators

Equality(ScheduleEnableStatus, ScheduleEnableStatus)

Overriding == operator for enum ScheduleEnableStatus

Implicit(ScheduleEnableStatus to String)

Implicit operator to convert ScheduleEnableStatus to string

Implicit(String to ScheduleEnableStatus)

Implicit operator to convert string to ScheduleEnableStatus

Inequality(ScheduleEnableStatus, ScheduleEnableStatus)

Overriding != operator for enum ScheduleEnableStatus

Applies to