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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET