DataBoxEdgeDevice 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
DataBoxEdgeDevice() |
Initializes a new instance of the DataBoxEdgeDevice class. |
DataBoxEdgeDevice(String, String, String, String, IDictionary<String, String>, Sku, String, ResourceIdentity, String, SystemData, SystemData, String, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, IList<String>, Nullable<Int32>, ResourceMoveDetails, EdgeProfile, DataResidency) |
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, ResourceIdentity, String, SystemData, SystemData, String, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, IList<String>, Nullable<Int32>, ResourceMoveDetails, EdgeProfile, DataResidency)
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.DataBoxEdge.Models.Sku sku = default, string etag = default, Microsoft.Azure.Management.DataBoxEdge.Models.ResourceIdentity identity = default, string kind = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData1 = 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, int? nodeCount = default, Microsoft.Azure.Management.DataBoxEdge.Models.ResourceMoveDetails resourceMoveDetails = default, Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfile edgeProfile = default, Microsoft.Azure.Management.DataBoxEdge.Models.DataResidency dataResidency = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataBoxEdge.Models.Sku * string * Microsoft.Azure.Management.DataBoxEdge.Models.ResourceIdentity * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * string * string * string * string * string * string * string * string * Nullable<int64> * string * string * System.Collections.Generic.IList<string> * Nullable<int> * Microsoft.Azure.Management.DataBoxEdge.Models.ResourceMoveDetails * Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfile * Microsoft.Azure.Management.DataBoxEdge.Models.DataResidency -> Microsoft.Azure.Management.DataBoxEdge.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 identity As ResourceIdentity = Nothing, Optional kind As String = Nothing, Optional systemData As SystemData = Nothing, Optional systemData1 As SystemData = 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, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional resourceMoveDetails As ResourceMoveDetails = Nothing, Optional edgeProfile As EdgeProfile = Nothing, Optional dataResidency As DataResidency = 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.
- identity
- ResourceIdentity
Msi identity of the resource
- kind
- String
The kind of the device. Possible values include: 'AzureDataBoxGateway', 'AzureStackEdge', 'AzureStackHub', 'AzureModularDataCentre'
- systemData
- SystemData
DataBoxEdge Resource
- systemData1
- SystemData
DataBoxEdge Device Properties
- dataBoxEdgeDeviceStatus
- String
The status of the Data Box Edge/Gateway device. Possible values include: 'ReadyToSetup', 'Online', 'Offline', 'NeedsAttention', 'Disconnected', 'PartiallyDisconnected', 'Maintenance'
- 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.
- timeZone
- String
The Data Box Edge/Gateway device timezone.
- deviceHcsVersion
- String
The device software version number of the device (eg: 1.2.18105.6).
- resourceMoveDetails
- ResourceMoveDetails
The details of the move operation on this resource.
- edgeProfile
- EdgeProfile
The details of Edge Profile for this resource
- dataResidency
- DataResidency
The details of data-residency related properties for this resource
Applies to
Azure SDK for .NET