ArmRecoveryServicesSiteRecoveryModelFactory.GatewayOperationDetails 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 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.
A value indicating the time remaining for the operation in milliseconds.
- hostName
- String
A value indicating the ESXi host name.
- dataStores
- IEnumerable<String>
A value indicating the datastore collection.
A value indicating the VMware read throughput in bytes per second.
Returns
A new GatewayOperationDetails instance for mocking.
Applies to
Azure SDK for .NET