ArmStorageSyncModelFactory.CloudEndpointChangeEnumerationActivity 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 CloudEndpointChangeEnumerationActivity.
public static Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationActivity CloudEndpointChangeEnumerationActivity (DateTimeOffset? lastUpdatedOn = default, Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationActivityState? operationState = default, int? statusCode = default, DateTimeOffset? startedOn = default, long? processedFilesCount = default, long? processedDirectoriesCount = default, long? totalFilesCount = default, long? totalDirectoriesCount = default, long? totalSizeInBytes = default, int? progressPercent = default, int? minutesRemaining = default, Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationTotalCountsState? totalCountsState = default, int? deletesProgressPercent = default);
static member CloudEndpointChangeEnumerationActivity : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationActivityState> * Nullable<int> * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationTotalCountsState> * Nullable<int> -> Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationActivity
Public Shared Function CloudEndpointChangeEnumerationActivity (Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional operationState As Nullable(Of CloudEndpointChangeEnumerationActivityState) = Nothing, Optional statusCode As Nullable(Of Integer) = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional processedFilesCount As Nullable(Of Long) = Nothing, Optional processedDirectoriesCount As Nullable(Of Long) = Nothing, Optional totalFilesCount As Nullable(Of Long) = Nothing, Optional totalDirectoriesCount As Nullable(Of Long) = Nothing, Optional totalSizeInBytes As Nullable(Of Long) = Nothing, Optional progressPercent As Nullable(Of Integer) = Nothing, Optional minutesRemaining As Nullable(Of Integer) = Nothing, Optional totalCountsState As Nullable(Of CloudEndpointChangeEnumerationTotalCountsState) = Nothing, Optional deletesProgressPercent As Nullable(Of Integer) = Nothing) As CloudEndpointChangeEnumerationActivity
Parameters
- lastUpdatedOn
- Nullable<DateTimeOffset>
Last updated timestamp.
- operationState
- Nullable<CloudEndpointChangeEnumerationActivityState>
Change enumeration operation state.
- startedOn
- Nullable<DateTimeOffset>
Timestamp when change enumeration started.
Progress percentage for change enumeration run, excluding processing of deletes.
- totalCountsState
- Nullable<CloudEndpointChangeEnumerationTotalCountsState>
Change enumeration total counts state.
Progress percentage for processing deletes. This is done separately from the rest of the enumeration run.
Returns
A new CloudEndpointChangeEnumerationActivity instance for mocking.
Applies to
Azure SDK for .NET