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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET