Delen via


StorageSyncError Constructors

Definition

Overloads

StorageSyncError()

Initializes a new instance of the StorageSyncError class.

StorageSyncError(StorageSyncApiError, StorageSyncApiError)

Initializes a new instance of the StorageSyncError class.

StorageSyncError()

Initializes a new instance of the StorageSyncError class.

public StorageSyncError ();
Public Sub New ()

Applies to

StorageSyncError(StorageSyncApiError, StorageSyncApiError)

Initializes a new instance of the StorageSyncError class.

public StorageSyncError (Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError error = default, Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError innererror = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncError : Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError * Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncError
Public Sub New (Optional error As StorageSyncApiError = Nothing, Optional innererror As StorageSyncApiError = Nothing)

Parameters

error
StorageSyncApiError

Error details of the given entry.

innererror
StorageSyncApiError

Error details of the given entry.

Applies to