Sdílet prostřednictvím


DataProtectionBackupDayOfWeek Struct

Definition

The DataProtectionBackupDayOfWeek.

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

Constructors

DataProtectionBackupDayOfWeek(String)

Initializes a new instance of DataProtectionBackupDayOfWeek.

Properties

Friday

Friday.

Monday

Monday.

Saturday

Saturday.

Sunday

Sunday.

Thursday

Thursday.

Tuesday

Tuesday.

Wednesday

Wednesday.

Methods

Equals(DataProtectionBackupDayOfWeek)

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

Determines if two DataProtectionBackupDayOfWeek values are the same.

Implicit(String to DataProtectionBackupDayOfWeek)

Converts a string to a DataProtectionBackupDayOfWeek.

Inequality(DataProtectionBackupDayOfWeek, DataProtectionBackupDayOfWeek)

Determines if two DataProtectionBackupDayOfWeek values are not the same.

Applies to