ArmDataProtectionBackupModelFactory.DataProtectionBackupDay Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A new DataProtectionBackupDay instance for mocking.