ArmStorageSyncModelFactory.ServerEndpointSyncActivityStatus Method
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.
Initializes a new instance of ServerEndpointSyncActivityStatus.
public static Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncActivityStatus ServerEndpointSyncActivityStatus (DateTimeOffset? timestamp = default, long? perItemErrorCount = default, long? appliedItemCount = default, long? totalItemCount = default, long? appliedBytes = default, long? totalBytes = default, Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncMode? syncMode = default, int? sessionMinutesRemaining = default);
static member ServerEndpointSyncActivityStatus : Nullable<DateTimeOffset> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncMode> * Nullable<int> -> Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncActivityStatus
Public Shared Function ServerEndpointSyncActivityStatus (Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional perItemErrorCount As Nullable(Of Long) = Nothing, Optional appliedItemCount As Nullable(Of Long) = Nothing, Optional totalItemCount As Nullable(Of Long) = Nothing, Optional appliedBytes As Nullable(Of Long) = Nothing, Optional totalBytes As Nullable(Of Long) = Nothing, Optional syncMode As Nullable(Of ServerEndpointSyncMode) = Nothing, Optional sessionMinutesRemaining As Nullable(Of Integer) = Nothing) As ServerEndpointSyncActivityStatus
Parameters
- timestamp
- Nullable<DateTimeOffset>
Timestamp when properties were updated.
- syncMode
- Nullable<ServerEndpointSyncMode>
Sync mode.
Returns
A new ServerEndpointSyncActivityStatus instance for mocking.