FailoverTarget Constructors
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.
Overloads
FailoverTarget() |
Initializes a new instance of the FailoverTarget class. |
FailoverTarget(String, Nullable<DeviceStatus>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, String, String, TargetEligibilityResult) |
Initializes a new instance of the FailoverTarget class. |
FailoverTarget()
Initializes a new instance of the FailoverTarget class.
public FailoverTarget ();
Public Sub New ()
Applies to
FailoverTarget(String, Nullable<DeviceStatus>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, String, String, TargetEligibilityResult)
Initializes a new instance of the FailoverTarget class.
public FailoverTarget (string deviceId = default, Microsoft.Azure.Management.StorSimple8000Series.Models.DeviceStatus? deviceStatus = default, string modelDescription = default, string deviceSoftwareVersion = default, int? dataContainersCount = default, int? volumesCount = default, long? availableLocalStorageInBytes = default, long? availableTieredStorageInBytes = default, string deviceLocation = default, string friendlyDeviceSoftwareVersion = default, Microsoft.Azure.Management.StorSimple8000Series.Models.TargetEligibilityResult eligibilityResult = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.FailoverTarget : string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.DeviceStatus> * string * string * Nullable<int> * Nullable<int> * Nullable<int64> * Nullable<int64> * string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.TargetEligibilityResult -> Microsoft.Azure.Management.StorSimple8000Series.Models.FailoverTarget
Public Sub New (Optional deviceId As String = Nothing, Optional deviceStatus As Nullable(Of DeviceStatus) = Nothing, Optional modelDescription As String = Nothing, Optional deviceSoftwareVersion As String = Nothing, Optional dataContainersCount As Nullable(Of Integer) = Nothing, Optional volumesCount As Nullable(Of Integer) = Nothing, Optional availableLocalStorageInBytes As Nullable(Of Long) = Nothing, Optional availableTieredStorageInBytes As Nullable(Of Long) = Nothing, Optional deviceLocation As String = Nothing, Optional friendlyDeviceSoftwareVersion As String = Nothing, Optional eligibilityResult As TargetEligibilityResult = Nothing)
Parameters
- deviceId
- String
The path ID of the device.
- deviceStatus
- Nullable<DeviceStatus>
The status of the device. Possible values include: 'Unknown', 'Online', 'Offline', 'Deactivated', 'RequiresAttention', 'MaintenanceMode', 'Creating', 'Provisioning', 'Deactivating', 'Deleted', 'ReadyToSetup'
- modelDescription
- String
The model number of the device.
- deviceSoftwareVersion
- String
The software version of the device.
The amount of free local storage available on the device in bytes.
The amount of free tiered storage available for the device in bytes.
- deviceLocation
- String
The geo location (applicable only for cloud appliances) of the device.
- friendlyDeviceSoftwareVersion
- String
The friendly name for the current version of software on the device.
- eligibilityResult
- TargetEligibilityResult
The eligibility result of the device, as a failover target device.
Applies to
Azure SDK for .NET