Share via


MaintenanceDayOfWeekType Struct

Definition

Day of the week on which the maintenance window will occur.

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

Compares values of enum type MaintenanceDayOfWeekType

Equals(Object)

Compares values of enum type MaintenanceDayOfWeekType (override for Object)

GetHashCode()

Returns hashCode for enum MaintenanceDayOfWeekType

ToString()

Returns string representation for MaintenanceDayOfWeekType

Operators

Equality(MaintenanceDayOfWeekType, MaintenanceDayOfWeekType)

Overriding == operator for enum MaintenanceDayOfWeekType

Implicit(MaintenanceDayOfWeekType to String)

Implicit operator to convert MaintenanceDayOfWeekType to string

Implicit(String to MaintenanceDayOfWeekType)

Implicit operator to convert string to MaintenanceDayOfWeekType

Inequality(MaintenanceDayOfWeekType, MaintenanceDayOfWeekType)

Overriding != operator for enum MaintenanceDayOfWeekType

Applies to