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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET