DeviceInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DeviceInner()
public DeviceInner ();
Public Sub New ()
適用対象
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)
パラメーター
- 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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET