Share via


DataBoxEdgeDevice Constructors

Definition

Overloads

DataBoxEdgeDevice()

Initializes a new instance of the DataBoxEdgeDevice class.

DataBoxEdgeDevice(String, String, String, String, IDictionary<String, String>, Sku, String, String, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, IList<String>)

Initializes a new instance of the DataBoxEdgeDevice class.

DataBoxEdgeDevice()

Initializes a new instance of the DataBoxEdgeDevice class.

public DataBoxEdgeDevice ();
Public Sub New ()

Applies to

DataBoxEdgeDevice(String, String, String, String, IDictionary<String, String>, Sku, String, String, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, IList<String>)

Initializes a new instance of the DataBoxEdgeDevice class.

public DataBoxEdgeDevice (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EdgeGateway.Models.Sku sku = default, string etag = default, string dataBoxEdgeDeviceStatus = default, string serialNumber = default, string description = default, string modelDescription = default, string deviceType = default, string friendlyName = default, string culture = default, string deviceModel = default, string deviceSoftwareVersion = default, long? deviceLocalCapacity = default, string timeZone = default, string deviceHcsVersion = default, System.Collections.Generic.IList<string> configuredRoleTypes = default);
new Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EdgeGateway.Models.Sku * string * string * string * string * string * string * string * string * string * string * Nullable<int64> * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional etag As String = Nothing, Optional dataBoxEdgeDeviceStatus As String = Nothing, Optional serialNumber As String = Nothing, Optional description As String = Nothing, Optional modelDescription As String = Nothing, Optional deviceType As String = Nothing, Optional friendlyName As String = Nothing, Optional culture As String = Nothing, Optional deviceModel As String = Nothing, Optional deviceSoftwareVersion As String = Nothing, Optional deviceLocalCapacity As Nullable(Of Long) = Nothing, Optional timeZone As String = Nothing, Optional deviceHcsVersion As String = Nothing, Optional configuredRoleTypes As IList(Of String) = Nothing)

Parameters

location
String

The location of the device. This is a supported and registered Azure geographical region (for example, West US, East US, or Southeast Asia). The geographical region of a device cannot be changed once it is created, but if an identical geographical region is specified on update, the request will succeed.

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

tags
IDictionary<String,String>

The list of tags that describe the device. These tags can be used to view and group this device (across resource groups).

sku
Sku

The SKU type.

etag
String

The etag for the devices.

dataBoxEdgeDeviceStatus
String

The status of the Data Box Edge/Gateway device. Possible values include: 'ReadyToSetup', 'Online', 'Offline', 'NeedsAttention', 'Disconnected', 'PartiallyDisconnected'

serialNumber
String

The Serial Number of Data Box Edge/Gateway device.

description
String

The Description of the Data Box Edge/Gateway device.

modelDescription
String

The description of the Data Box Edge/Gateway device model.

deviceType
String

The type of the Data Box Edge/Gateway device. Possible values include: 'DataBoxEdgeDevice'

friendlyName
String

The Data Box Edge/Gateway device name.

culture
String

The Data Box Edge/Gateway device culture.

deviceModel
String

The Data Box Edge/Gateway device model.

deviceSoftwareVersion
String

The Data Box Edge/Gateway device software version.

deviceLocalCapacity
Nullable<Int64>

The Data Box Edge/Gateway device local capacity in MB.

timeZone
String

The Data Box Edge/Gateway device timezone.

deviceHcsVersion
String

The device software version number of the device (eg: 1.2.18105.6).

configuredRoleTypes
IList<String>

Type of compute roles configured.

Applies to