ArmStorageSyncModelFactory.CloudTieringSpaceSavings 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 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.
Returns
A new CloudTieringSpaceSavings instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET