ArmStorageSyncModelFactory.ServerEndpointBackgroundDataDownloadActivity 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 ServerEndpointBackgroundDataDownloadActivity.
public static Azure.ResourceManager.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity ServerEndpointBackgroundDataDownloadActivity (DateTimeOffset? timestamp = default, DateTimeOffset? startedOn = default, int? percentProgress = default, long? downloadedBytes = default);
static member ServerEndpointBackgroundDataDownloadActivity : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int> * Nullable<int64> -> Azure.ResourceManager.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity
Public Shared Function ServerEndpointBackgroundDataDownloadActivity (Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional percentProgress As Nullable(Of Integer) = Nothing, Optional downloadedBytes As Nullable(Of Long) = Nothing) As ServerEndpointBackgroundDataDownloadActivity
Parameters
- timestamp
- Nullable<DateTimeOffset>
Timestamp when properties were updated.
- startedOn
- Nullable<DateTimeOffset>
Timestamp when the operation started.
Returns
A new ServerEndpointBackgroundDataDownloadActivity 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