DeviceDetails Constructors

Definition

Overloads

DeviceDetails()

Initializes a new instance of the DeviceDetails class.

DeviceDetails(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the DeviceDetails class.

DeviceDetails()

Initializes a new instance of the DeviceDetails class.

public DeviceDetails ();
Public Sub New ()

Applies to

DeviceDetails(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the DeviceDetails class.

public DeviceDetails (int? endpointCount = default, int? volumeContainerCount = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.DeviceDetails : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.StorSimple8000Series.Models.DeviceDetails
Public Sub New (Optional endpointCount As Nullable(Of Integer) = Nothing, Optional volumeContainerCount As Nullable(Of Integer) = Nothing)

Parameters

endpointCount
Nullable<Int32>

The total number of endpoints that are currently on the device ( i.e. number of volumes).

volumeContainerCount
Nullable<Int32>

The total number of volume containers on the device.

Applies to