ArmStorageSyncModelFactory.CloudEndpointLastChangeEnumerationStatus 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 CloudEndpointLastChangeEnumerationStatus.
public static Azure.ResourceManager.StorageSync.Models.CloudEndpointLastChangeEnumerationStatus CloudEndpointLastChangeEnumerationStatus (DateTimeOffset? startedOn = default, DateTimeOffset? completedOn = default, long? namespaceFilesCount = default, long? namespaceDirectoriesCount = default, long? namespaceSizeInBytes = default, DateTimeOffset? nextRunTimestamp = default);
static member CloudEndpointLastChangeEnumerationStatus : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> -> Azure.ResourceManager.StorageSync.Models.CloudEndpointLastChangeEnumerationStatus
Public Shared Function CloudEndpointLastChangeEnumerationStatus (Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional completedOn As Nullable(Of DateTimeOffset) = Nothing, Optional namespaceFilesCount As Nullable(Of Long) = Nothing, Optional namespaceDirectoriesCount As Nullable(Of Long) = Nothing, Optional namespaceSizeInBytes As Nullable(Of Long) = Nothing, Optional nextRunTimestamp As Nullable(Of DateTimeOffset) = Nothing) As CloudEndpointLastChangeEnumerationStatus
Parameters
- startedOn
- Nullable<DateTimeOffset>
Timestamp when change enumeration started.
- completedOn
- Nullable<DateTimeOffset>
Timestamp when change enumeration completed.
- nextRunTimestamp
- Nullable<DateTimeOffset>
Timestamp of when change enumeration is expected to run again.
Returns
A new CloudEndpointLastChangeEnumerationStatus instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET