Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.GatewayOperationDetails Method

Definition

Initializes a new instance of GatewayOperationDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.GatewayOperationDetails GatewayOperationDetails (string state = default, int? progressPercentage = default, long? timeElapsed = default, long? timeRemaining = default, long? uploadSpeed = default, string hostName = default, System.Collections.Generic.IEnumerable<string> dataStores = default, long? vmwareReadThroughput = default);
static member GatewayOperationDetails : string * Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string * seq<string> * Nullable<int64> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.GatewayOperationDetails
Public Shared Function GatewayOperationDetails (Optional state As String = Nothing, Optional progressPercentage As Nullable(Of Integer) = Nothing, Optional timeElapsed As Nullable(Of Long) = Nothing, Optional timeRemaining As Nullable(Of Long) = Nothing, Optional uploadSpeed As Nullable(Of Long) = Nothing, Optional hostName As String = Nothing, Optional dataStores As IEnumerable(Of String) = Nothing, Optional vmwareReadThroughput As Nullable(Of Long) = Nothing) As GatewayOperationDetails

Parameters

state
String

A value indicating the state of gateway operation.

progressPercentage
Nullable<Int32>

A value indicating the progress percentage of gateway operation.

timeElapsed
Nullable<Int64>

A value indicating the time elapsed for the operation in milliseconds.

timeRemaining
Nullable<Int64>

A value indicating the time remaining for the operation in milliseconds.

uploadSpeed
Nullable<Int64>

A value indicating the upload speed in bytes per second.

hostName
String

A value indicating the ESXi host name.

dataStores
IEnumerable<String>

A value indicating the datastore collection.

vmwareReadThroughput
Nullable<Int64>

A value indicating the VMware read throughput in bytes per second.

Returns

A new GatewayOperationDetails instance for mocking.

Applies to