Język

ArmDataProtectionBackupModelFactory.RestorableTimeRange Method

Definition

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.

Applies to