ArmRecoveryServicesSiteRecoveryModelFactory.DataStoreUtilizationDetails 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.
Initializes a new instance of DataStoreUtilizationDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.DataStoreUtilizationDetails DataStoreUtilizationDetails (long? totalSnapshotsSupported = default, long? totalSnapshotsCreated = default, string dataStoreName = default);
static member DataStoreUtilizationDetails : Nullable<int64> * Nullable<int64> * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.DataStoreUtilizationDetails
Public Shared Function DataStoreUtilizationDetails (Optional totalSnapshotsSupported As Nullable(Of Long) = Nothing, Optional totalSnapshotsCreated As Nullable(Of Long) = Nothing, Optional dataStoreName As String = Nothing) As DataStoreUtilizationDetails
Parameters
The total snapshots created for server migration in the datastore.
- dataStoreName
- String
The datastore name.
Returns
A new DataStoreUtilizationDetails instance for mocking.