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.
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.Models.SystemData dataBoxEdgeSystemData = 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, string kubernetesWorkloadProfile = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeProfileSubscription edgeSubscription = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDataResidencyType? residencyType = 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);
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.Models.SystemData * 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 * string * Azure.ResourceManager.DataBoxEdge.Models.EdgeProfileSubscription * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDataResidencyType> * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSku * Nullable<Azure.ETag> * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceKind> -> 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 dataBoxEdgeSystemData As SystemData = 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 kubernetesWorkloadProfile As String = Nothing, Optional edgeSubscription As EdgeProfileSubscription = Nothing, Optional residencyType As Nullable(Of DataBoxEdgeDataResidencyType) = 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) As DataBoxEdgeDeviceData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tags
- IDictionary<String,String>
Resource tags.
- location
- AzureLocation
The geo-location where the resource lives.
- dataBoxEdgeSystemData
- SystemData
DataBoxEdge Device Properties.
- 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.
- kubernetesWorkloadProfile
- String
Kubernetes Workload Profile.
- edgeSubscription
- EdgeProfileSubscription
Edge Profile Subscription.
- residencyType
- Nullable<DataBoxEdgeDataResidencyType>
DataResidencyType enum.
- sku
- DataBoxEdgeSku
The SKU type.
- identity
- ManagedServiceIdentity
Msi identity of the resource.
The kind of the device.
Returns
A new DataBoxEdgeDeviceData instance for mocking.