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

WeekDay Struct

Definition

The weekday enum.

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

Fields

Friday
Monday
Saturday
Sunday
Thursday
Tuesday
Wednesday

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 WeekDay (override for Object)

Equals(WeekDay)

Compares values of enum type WeekDay

GetHashCode()

Returns hashCode for enum WeekDay

ToString()

Returns string representation for WeekDay

Operators

Equality(WeekDay, WeekDay)

Overriding == operator for enum WeekDay

Implicit(String to WeekDay)

Implicit operator to convert string to WeekDay

Implicit(WeekDay to String)

Implicit operator to convert WeekDay to string

Inequality(WeekDay, WeekDay)

Overriding != operator for enum WeekDay

Applies to