ServerEndpointSyncStatus 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
ServerEndpointSyncStatus() |
Initializes a new instance of the ServerEndpointSyncStatus class. |
ServerEndpointSyncStatus(String, String, String, String, Nullable<Int64>, Nullable<DateTime>, ServerEndpointSyncSessionStatus, ServerEndpointSyncSessionStatus, ServerEndpointSyncActivityStatus, ServerEndpointSyncActivityStatus, String, ServerEndpointBackgroundDataDownloadActivity) |
Initializes a new instance of the ServerEndpointSyncStatus class. |
ServerEndpointSyncStatus()
Initializes a new instance of the ServerEndpointSyncStatus class.
public ServerEndpointSyncStatus ();
Public Sub New ()
Applies to
ServerEndpointSyncStatus(String, String, String, String, Nullable<Int64>, Nullable<DateTime>, ServerEndpointSyncSessionStatus, ServerEndpointSyncSessionStatus, ServerEndpointSyncActivityStatus, ServerEndpointSyncActivityStatus, String, ServerEndpointBackgroundDataDownloadActivity)
Initializes a new instance of the ServerEndpointSyncStatus class.
public ServerEndpointSyncStatus (string downloadHealth = default, string uploadHealth = default, string combinedHealth = default, string syncActivity = default, long? totalPersistentFilesNotSyncingCount = default, DateTime? lastUpdatedTimestamp = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus uploadStatus = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus downloadStatus = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus uploadActivity = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus downloadActivity = default, string offlineDataTransferStatus = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity backgroundDataDownloadActivity = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncStatus : string * string * string * string * Nullable<int64> * Nullable<DateTime> * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus * string * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncStatus
Public Sub New (Optional downloadHealth As String = Nothing, Optional uploadHealth As String = Nothing, Optional combinedHealth As String = Nothing, Optional syncActivity As String = Nothing, Optional totalPersistentFilesNotSyncingCount As Nullable(Of Long) = Nothing, Optional lastUpdatedTimestamp As Nullable(Of DateTime) = Nothing, Optional uploadStatus As ServerEndpointSyncSessionStatus = Nothing, Optional downloadStatus As ServerEndpointSyncSessionStatus = Nothing, Optional uploadActivity As ServerEndpointSyncActivityStatus = Nothing, Optional downloadActivity As ServerEndpointSyncActivityStatus = Nothing, Optional offlineDataTransferStatus As String = Nothing, Optional backgroundDataDownloadActivity As ServerEndpointBackgroundDataDownloadActivity = Nothing)
Parameters
- downloadHealth
- String
Download Health Status. Possible values include: 'Unavailable', 'Healthy', 'Error'
- uploadHealth
- String
Upload Health Status. Possible values include: 'Unavailable', 'Healthy', 'Error'
- combinedHealth
- String
Combined Health Status. Possible values include: 'Unavailable', 'Healthy', 'Error'
- syncActivity
- String
Sync activity. Possible values include: 'Upload', 'Download', 'UploadAndDownload'
Total count of persistent files not syncing (combined upload + download).
- uploadStatus
- ServerEndpointSyncSessionStatus
Upload Status
- downloadStatus
- ServerEndpointSyncSessionStatus
Download Status
- uploadActivity
- ServerEndpointSyncActivityStatus
Upload sync activity
- downloadActivity
- ServerEndpointSyncActivityStatus
Download sync activity
- offlineDataTransferStatus
- String
Offline Data Transfer State. Possible values include: 'InProgress', 'Stopping', 'NotRunning', 'Complete'
- backgroundDataDownloadActivity
- ServerEndpointBackgroundDataDownloadActivity
Background data download activity
Applies to
Azure SDK for .NET