Share via


AutoscaleScheduleDay Struct

Definition

The AutoscaleScheduleDay.

public readonly struct AutoscaleScheduleDay : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.AutoscaleScheduleDay>
type AutoscaleScheduleDay = struct
Public Structure AutoscaleScheduleDay
Implements IEquatable(Of AutoscaleScheduleDay)
Inheritance
AutoscaleScheduleDay
Implements

Constructors

AutoscaleScheduleDay(String)

Initializes a new instance of AutoscaleScheduleDay.

Properties

Friday

Friday.

Monday

Monday.

Saturday

Saturday.

Sunday

Sunday.

Thursday

Thursday.

Tuesday

Tuesday.

Wednesday

Wednesday.

Methods

Equals(AutoscaleScheduleDay)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AutoscaleScheduleDay, AutoscaleScheduleDay)

Determines if two AutoscaleScheduleDay values are the same.

Implicit(String to AutoscaleScheduleDay)

Converts a string to a AutoscaleScheduleDay.

Inequality(AutoscaleScheduleDay, AutoscaleScheduleDay)

Determines if two AutoscaleScheduleDay values are not the same.

Applies to