ArmRecoveryServicesSiteRecoveryModelFactory.ApplianceResourceDetails 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 ApplianceResourceDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplianceResourceDetails ApplianceResourceDetails (long? capacity = default, double? processUtilization = default, double? totalUtilization = default, string status = default);
static member ApplianceResourceDetails : Nullable<int64> * Nullable<double> * Nullable<double> * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplianceResourceDetails
Public Shared Function ApplianceResourceDetails (Optional capacity As Nullable(Of Long) = Nothing, Optional processUtilization As Nullable(Of Double) = Nothing, Optional totalUtilization As Nullable(Of Double) = Nothing, Optional status As String = Nothing) As ApplianceResourceDetails
Parameters
A value indicating the utilization percentage by gateway agent on appliance.
A value indicating the total utilization percentage for all processes on the appliance.
- status
- String
A value indicating the status of appliance resource.
Returns
A new ApplianceResourceDetails instance for mocking.