DeviceDetails 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
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
The total number of endpoints that are currently on the device ( i.e. number of volumes).
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.