DeviceDetailsBase 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
DeviceDetailsBase() |
Initializes a new instance of the DeviceDetailsBase class. |
DeviceDetailsBase(String, DeviceType) |
Initializes a new instance of the DeviceDetailsBase class with required arguments. |
DeviceDetailsBase()
Initializes a new instance of the DeviceDetailsBase class.
public DeviceDetailsBase ();
Public Sub New ()
Applies to
DeviceDetailsBase(String, DeviceType)
Initializes a new instance of the DeviceDetailsBase class with required arguments.
public DeviceDetailsBase (string name, Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType type);
new Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase : string * Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType -> Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase
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