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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET