ArmStorageSyncModelFactory.CloudTieringSpaceSavings Method

Definition

Initializes a new instance of CloudTieringSpaceSavings.

public static Azure.ResourceManager.StorageSync.Models.CloudTieringSpaceSavings CloudTieringSpaceSavings (DateTimeOffset? lastUpdatedOn = default, long? volumeSizeInBytes = default, long? cloudTotalSizeInBytes = default, long? cachedSizeInBytes = default, int? spaceSavingsPercent = default, long? spaceSavingsInBytes = default);
static member CloudTieringSpaceSavings : Nullable<DateTimeOffset> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int64> -> Azure.ResourceManager.StorageSync.Models.CloudTieringSpaceSavings
Public Shared Function CloudTieringSpaceSavings (Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional volumeSizeInBytes As Nullable(Of Long) = Nothing, Optional cloudTotalSizeInBytes As Nullable(Of Long) = Nothing, Optional cachedSizeInBytes As Nullable(Of Long) = Nothing, Optional spaceSavingsPercent As Nullable(Of Integer) = Nothing, Optional spaceSavingsInBytes As Nullable(Of Long) = Nothing) As CloudTieringSpaceSavings

Parameters

lastUpdatedOn
Nullable<DateTimeOffset>

Last updated timestamp.

volumeSizeInBytes
Nullable<Int64>

Volume size.

cloudTotalSizeInBytes
Nullable<Int64>

Total size of content in the azure file share.

cachedSizeInBytes
Nullable<Int64>

Cached content size on the server.

spaceSavingsPercent
Nullable<Int32>

Percentage of cached size over total size.

spaceSavingsInBytes
Nullable<Int64>

Count of bytes saved on the server.

Returns

A new CloudTieringSpaceSavings instance for mocking.

Applies to