Język

ArmDataProtectionBackupModelFactory.DataProtectionBackupDay Method

Definition

Day of the week.

public static Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupDay DataProtectionBackupDay(int? date = default, bool? isLast = default);
static member DataProtectionBackupDay : Nullable<int> * Nullable<bool> -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupDay
Public Shared Function DataProtectionBackupDay (Optional date As Nullable(Of Integer) = Nothing, Optional isLast As Nullable(Of Boolean) = Nothing) As DataProtectionBackupDay

Parameters

date
Nullable<Int32>

Date of the month.

isLast
Nullable<Boolean>

Whether Date is last date of month.

Returns

A new DataProtectionBackupDay instance for mocking.

Applies to