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(String, DeviceType) |
Initializes a new instance of the DeviceDetails class with required arguments. |
DeviceDetails()
Initializes a new instance of the DeviceDetails class.
public DeviceDetails ();
Public Sub New ()
Applies to
DeviceDetails(String, DeviceType)
Initializes a new instance of the DeviceDetails class with required arguments.
public DeviceDetails (string name, Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType type);
new Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetails : string * Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType -> Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetails
Public Sub New (name As String, type As DeviceType)
Parameters
- name
- String
- type
- DeviceType
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET