다음을 통해 공유


AlertsManagementDayOfWeek Struct

Definition

Days of week.

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

Constructors

AlertsManagementDayOfWeek(String)

Initializes a new instance of AlertsManagementDayOfWeek.

Properties

Friday

Friday.

Monday

Monday.

Saturday

Saturday.

Sunday

Sunday.

Thursday

Thursday.

Tuesday

Tuesday.

Wednesday

Wednesday.

Methods

Equals(AlertsManagementDayOfWeek)

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(AlertsManagementDayOfWeek, AlertsManagementDayOfWeek)

Determines if two AlertsManagementDayOfWeek values are the same.

Implicit(String to AlertsManagementDayOfWeek)

Converts a string to a AlertsManagementDayOfWeek.

Inequality(AlertsManagementDayOfWeek, AlertsManagementDayOfWeek)

Determines if two AlertsManagementDayOfWeek values are not the same.

Applies to