共用方式為


FilesNotTieringError Constructors

Definition

Overloads

FilesNotTieringError()

Initializes a new instance of the FilesNotTieringError class.

FilesNotTieringError(Nullable<Int32>, Nullable<Int64>)

Initializes a new instance of the FilesNotTieringError class.

FilesNotTieringError()

Initializes a new instance of the FilesNotTieringError class.

public FilesNotTieringError ();
Public Sub New ()

Applies to

FilesNotTieringError(Nullable<Int32>, Nullable<Int64>)

Initializes a new instance of the FilesNotTieringError class.

public FilesNotTieringError (int? errorCode = default, long? fileCount = default);
new Microsoft.Azure.Management.StorageSync.Models.FilesNotTieringError : Nullable<int> * Nullable<int64> -> Microsoft.Azure.Management.StorageSync.Models.FilesNotTieringError
Public Sub New (Optional errorCode As Nullable(Of Integer) = Nothing, Optional fileCount As Nullable(Of Long) = Nothing)

Parameters

errorCode
Nullable<Int32>

Error code (HResult)

fileCount
Nullable<Int64>

Count of files with this error

Applies to