DeviceInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DeviceInner()
public DeviceInner ();
Public Sub New ()
S’applique à
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)
Paramètres
- 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
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET