Udostępnij za pośrednictwem


CloudTieringFilesNotTiering Constructors

Definition

Overloads

CloudTieringFilesNotTiering()

Initializes a new instance of the CloudTieringFilesNotTiering class.

CloudTieringFilesNotTiering(Nullable<DateTime>, Nullable<Int64>, IList<FilesNotTieringError>)

Initializes a new instance of the CloudTieringFilesNotTiering class.

CloudTieringFilesNotTiering()

Initializes a new instance of the CloudTieringFilesNotTiering class.

public CloudTieringFilesNotTiering ();
Public Sub New ()

Applies to

CloudTieringFilesNotTiering(Nullable<DateTime>, Nullable<Int64>, IList<FilesNotTieringError>)

Initializes a new instance of the CloudTieringFilesNotTiering class.

public CloudTieringFilesNotTiering (DateTime? lastUpdatedTimestamp = default, long? totalFileCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.FilesNotTieringError> errors = default);
new Microsoft.Azure.Management.StorageSync.Models.CloudTieringFilesNotTiering : Nullable<DateTime> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.FilesNotTieringError> -> Microsoft.Azure.Management.StorageSync.Models.CloudTieringFilesNotTiering
Public Sub New (Optional lastUpdatedTimestamp As Nullable(Of DateTime) = Nothing, Optional totalFileCount As Nullable(Of Long) = Nothing, Optional errors As IList(Of FilesNotTieringError) = Nothing)

Parameters

lastUpdatedTimestamp
Nullable<DateTime>

Last updated timestamp

totalFileCount
Nullable<Int64>

Last cloud tiering result (HResult)

errors
IList<FilesNotTieringError>

Array of tiering errors

Applies to