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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET