ArmDataProtectionBackupModelFactory.RestorableTimeRange 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.
The RestorableTimeRange.
public static Azure.ResourceManager.DataProtectionBackup.Models.RestorableTimeRange RestorableTimeRange(DateTimeOffset startOn = default, DateTimeOffset endOn = default, string objectType = default);
static member RestorableTimeRange : DateTimeOffset * DateTimeOffset * string -> Azure.ResourceManager.DataProtectionBackup.Models.RestorableTimeRange
Public Shared Function RestorableTimeRange (Optional startOn As DateTimeOffset = Nothing, Optional endOn As DateTimeOffset = Nothing, Optional objectType As String = Nothing) As RestorableTimeRange
Parameters
- startOn
- DateTimeOffset
Start time for the available restore range.
- endOn
- DateTimeOffset
End time for the available restore range.
- objectType
- String
Returns
A new RestorableTimeRange instance for mocking.