DeviceInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DeviceInner()
public DeviceInner ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- 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
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET