FilesNotTieringError 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
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)