ArmDataBoxEdgeModelFactory.DataBoxEdgeDeviceData Method
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.
Initializes a new instance of DataBoxEdgeDeviceData.
public static Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceData DataBoxEdgeDeviceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSku sku = default, Azure.ETag? etag = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceKind? kind = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceStatus? dataBoxEdgeDeviceStatus = default, string serialNumber = default, string description = default, string modelDescription = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceType? 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.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRoleType> configuredRoleTypes = default, int? nodeCount = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeResourceMoveDetails resourceMoveDetails = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeProfileSubscription edgeSubscription = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDataResidencyType? residencyType = default);
static member DataBoxEdgeDeviceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSku * Nullable<Azure.ETag> * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceKind> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceStatus> * string * string * string * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceType> * string * string * string * string * Nullable<int64> * string * string * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRoleType> * Nullable<int> * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeResourceMoveDetails * Azure.ResourceManager.DataBoxEdge.Models.EdgeProfileSubscription * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDataResidencyType> -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceData
Public Shared Function DataBoxEdgeDeviceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional sku As DataBoxEdgeSku = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional kind As Nullable(Of DataBoxEdgeDeviceKind) = Nothing, Optional dataBoxEdgeDeviceStatus As Nullable(Of DataBoxEdgeDeviceStatus) = Nothing, Optional serialNumber As String = Nothing, Optional description As String = Nothing, Optional modelDescription As String = Nothing, Optional deviceType As Nullable(Of DataBoxEdgeDeviceType) = 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 IEnumerable(Of DataBoxEdgeRoleType) = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional resourceMoveDetails As DataBoxEdgeResourceMoveDetails = Nothing, Optional edgeSubscription As EdgeProfileSubscription = Nothing, Optional residencyType As Nullable(Of DataBoxEdgeDataResidencyType) = Nothing) As DataBoxEdgeDeviceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- sku
- DataBoxEdgeSku
The SKU type.
- identity
- ManagedServiceIdentity
Msi identity of the resource. Current supported identity types: None, SystemAssigned, UserAssigned.
The kind of the device.
- dataBoxEdgeDeviceStatus
- Nullable<DataBoxEdgeDeviceStatus>
The status of the Data Box Edge/Gateway device.
- 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
- Nullable<DataBoxEdgeDeviceType>
The type of the Data Box Edge/Gateway device.
- 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).
- configuredRoleTypes
- IEnumerable<DataBoxEdgeRoleType>
Type of compute roles configured.
- resourceMoveDetails
- DataBoxEdgeResourceMoveDetails
The details of the move operation on this resource.
- edgeSubscription
- EdgeProfileSubscription
The details of Edge Profile for this resource.
- residencyType
- Nullable<DataBoxEdgeDataResidencyType>
The details of data-residency related properties for this resource.
Returns
A new DataBoxEdgeDeviceData instance for mocking.
Applies to
Azure SDK for .NET