DeviceInner 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
DeviceInner()
public DeviceInner ();
Public Sub New ()
Applies to
DeviceInner(String, DateTime, String, String, String, DeviceConfigurationStatus, String, String, DeviceStatus, String, DeviceType, ControllerId, String, String, String, String, Nullable<Kind>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, String, Nullable<VirtualMachineApiType>, DeviceDetails, DeviceRolloverDetails)
public DeviceInner (string friendlyName, DateTime activationTime, string culture, string deviceDescription, string deviceSoftwareVersion, Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceConfigurationStatus deviceConfigurationStatus, string targetIqn, string modelDescription, Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceStatus status, string serialNumber, Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceType deviceType, Microsoft.Azure.Management.StorSimple.Fluent.Models.ControllerId activeController, string friendlySoftwareVersion, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, string friendlySoftwareName = default, long? availableLocalStorageInBytes = default, long? availableTieredStorageInBytes = default, long? provisionedTieredStorageInBytes = default, long? provisionedLocalStorageInBytes = default, long? provisionedVolumeSizeInBytes = default, long? usingStorageInBytes = default, long? totalTieredStorageInBytes = default, int? agentGroupVersion = default, int? networkInterfaceCardCount = default, string deviceLocation = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.VirtualMachineApiType? virtualMachineApiType = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceDetails details = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceRolloverDetails rolloverDetails = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceInner : string * DateTime * string * string * string * Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceConfigurationStatus * string * string * Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceStatus * string * Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceType * Microsoft.Azure.Management.StorSimple.Fluent.Models.ControllerId * string * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int> * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.VirtualMachineApiType> * Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceDetails * Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceRolloverDetails -> Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceInner
Public Sub New (friendlyName As String, activationTime As DateTime, culture As String, deviceDescription As String, deviceSoftwareVersion As String, deviceConfigurationStatus As DeviceConfigurationStatus, targetIqn As String, modelDescription As String, status As DeviceStatus, serialNumber As String, deviceType As DeviceType, activeController As ControllerId, friendlySoftwareVersion As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional friendlySoftwareName As String = Nothing, Optional availableLocalStorageInBytes As Nullable(Of Long) = Nothing, Optional availableTieredStorageInBytes As Nullable(Of Long) = Nothing, Optional provisionedTieredStorageInBytes As Nullable(Of Long) = Nothing, Optional provisionedLocalStorageInBytes As Nullable(Of Long) = Nothing, Optional provisionedVolumeSizeInBytes As Nullable(Of Long) = Nothing, Optional usingStorageInBytes As Nullable(Of Long) = Nothing, Optional totalTieredStorageInBytes As Nullable(Of Long) = Nothing, Optional agentGroupVersion As Nullable(Of Integer) = Nothing, Optional networkInterfaceCardCount As Nullable(Of Integer) = Nothing, Optional deviceLocation As String = Nothing, Optional virtualMachineApiType As Nullable(Of VirtualMachineApiType) = Nothing, Optional details As DeviceDetails = Nothing, Optional rolloverDetails As DeviceRolloverDetails = Nothing)
Parameters
- friendlyName
- String
- activationTime
- DateTime
- culture
- String
- deviceDescription
- String
- deviceSoftwareVersion
- String
- deviceConfigurationStatus
- DeviceConfigurationStatus
- targetIqn
- String
- modelDescription
- String
- status
- DeviceStatus
- serialNumber
- String
- deviceType
- DeviceType
- activeController
- ControllerId
- friendlySoftwareVersion
- String
- id
- String
- name
- String
- type
- String
- friendlySoftwareName
- String
- deviceLocation
- String
- virtualMachineApiType
- Nullable<VirtualMachineApiType>
- details
- DeviceDetails
- rolloverDetails
- DeviceRolloverDetails
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET