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

Month Struct

Definition

Argument completer implementation for Month.

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

Fields

April
August
December
February
January
July
June
March
May
November
October
September

Methods

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

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

Equals(Month)

Compares values of enum type Month

Equals(Object)

Compares values of enum type Month (override for Object)

GetHashCode()

Returns hashCode for enum Month

ToString()

Returns string representation for Month

Operators

Equality(Month, Month)

Overriding == operator for enum Month

Implicit(Month to String)

Implicit operator to convert Month to string

Implicit(String to Month)

Implicit operator to convert string to Month

Inequality(Month, Month)

Overriding != operator for enum Month

Applies to