ArmCommvaultContentStoreModelFactory.RestorePoints 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.
public static Azure.ResourceManager.CommvaultContentStore.Models.RestorePoints RestorePoints(System.Collections.Generic.IEnumerable<long> restoreTimes = default);
static member RestorePoints : seq<int64> -> Azure.ResourceManager.CommvaultContentStore.Models.RestorePoints
Public Shared Function RestorePoints (Optional restoreTimes As IEnumerable(Of Long) = Nothing) As RestorePoints
Parameters
- restoreTimes
- IEnumerable<Int64>
The Commvault Protected Item Restore points.
Returns
A new RestorePoints instance for mocking.