CloudTieringSpaceSavings Constructors
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.
Overloads
CloudTieringSpaceSavings() |
Initializes a new instance of the CloudTieringSpaceSavings class. |
CloudTieringSpaceSavings(Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int64>) |
Initializes a new instance of the CloudTieringSpaceSavings class. |
CloudTieringSpaceSavings()
Initializes a new instance of the CloudTieringSpaceSavings class.
public CloudTieringSpaceSavings ();
Public Sub New ()
Applies to
CloudTieringSpaceSavings(Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int64>)
Initializes a new instance of the CloudTieringSpaceSavings class.
public CloudTieringSpaceSavings (DateTime? lastUpdatedTimestamp = default, long? volumeSizeBytes = default, long? totalSizeCloudBytes = default, long? cachedSizeBytes = default, int? spaceSavingsPercent = default, long? spaceSavingsBytes = default);
new Microsoft.Azure.Management.StorageSync.Models.CloudTieringSpaceSavings : Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int64> -> Microsoft.Azure.Management.StorageSync.Models.CloudTieringSpaceSavings
Public Sub New (Optional lastUpdatedTimestamp As Nullable(Of DateTime) = Nothing, Optional volumeSizeBytes As Nullable(Of Long) = Nothing, Optional totalSizeCloudBytes As Nullable(Of Long) = Nothing, Optional cachedSizeBytes As Nullable(Of Long) = Nothing, Optional spaceSavingsPercent As Nullable(Of Integer) = Nothing, Optional spaceSavingsBytes As Nullable(Of Long) = Nothing)
Parameters
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET