public sealed class WeekDayOfMonth : IMessage<WeekDayOfMonth>, IEquatable<WeekDayOfMonth>, IDeepCloneable<WeekDayOfMonth>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class WeekDayOfMonth.
WeekDayOfMonth
defines the week day of the month on which the backups will
run. The message combines a WeekOfMonth
and DayOfWeek
to produce values
like FIRST
/MONDAY
or LAST
/FRIDAY
.
Implements
IMessageWeekDayOfMonth, IEquatableWeekDayOfMonth, IDeepCloneableWeekDayOfMonth, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
WeekDayOfMonth()
public WeekDayOfMonth()
WeekDayOfMonth(WeekDayOfMonth)
public WeekDayOfMonth(WeekDayOfMonth other)
Parameter | |
---|---|
Name | Description |
other |
WeekDayOfMonth |
Properties
DayOfWeek
public DayOfWeek DayOfWeek { get; set; }
Required. Specifies the day of the week.
Property Value | |
---|---|
Type | Description |
DayOfWeek |
WeekOfMonth
public WeekDayOfMonth.Types.WeekOfMonth WeekOfMonth { get; set; }
Required. Specifies the week of the month.
Property Value | |
---|---|
Type | Description |
WeekDayOfMonthTypesWeekOfMonth |