DeviceDetailsRequest 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
DeviceDetailsRequest() |
Initializes a new instance of the DeviceDetailsRequest class. |
DeviceDetailsRequest(String, DeviceType) |
Initializes a new instance of the DeviceDetailsRequest class with required arguments. |
DeviceDetailsRequest()
Initializes a new instance of the DeviceDetailsRequest class.
public DeviceDetailsRequest ();
Public Sub New ()
Applies to
DeviceDetailsRequest(String, DeviceType)
Initializes a new instance of the DeviceDetailsRequest class with required arguments.
public DeviceDetailsRequest (string name, Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType type);
new Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest : string * Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType -> Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest
Public Sub New (name As String, type As DeviceType)
Parameters
- name
- String
- type
- DeviceType
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET