Delen via


ArmDataBoxEdgeModelFactory.DataBoxEdgeNode Method

Definition

Initializes a new instance of DataBoxEdgeNode.

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNode DataBoxEdgeNode (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNodeStatus? nodeStatus = default, string nodeChassisSerialNumber = default, string nodeSerialNumber = default, string nodeDisplayName = default, string nodeFriendlySoftwareVersion = default, string nodeHcsVersion = default, Guid? nodeInstanceId = default);
static member DataBoxEdgeNode : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNodeStatus> * string * string * string * string * string * Nullable<Guid> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNode
Public Shared Function DataBoxEdgeNode (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional nodeStatus As Nullable(Of DataBoxEdgeNodeStatus) = Nothing, Optional nodeChassisSerialNumber As String = Nothing, Optional nodeSerialNumber As String = Nothing, Optional nodeDisplayName As String = Nothing, Optional nodeFriendlySoftwareVersion As String = Nothing, Optional nodeHcsVersion As String = Nothing, Optional nodeInstanceId As Nullable(Of Guid) = Nothing) As DataBoxEdgeNode

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

nodeStatus
Nullable<DataBoxEdgeNodeStatus>

The current status of the individual node.

nodeChassisSerialNumber
String

Serial number of the Chassis.

nodeSerialNumber
String

Serial number of the individual node.

nodeDisplayName
String

Display Name of the individual node.

nodeFriendlySoftwareVersion
String

Friendly software version name that is currently installed on the node.

nodeHcsVersion
String

HCS version that is currently installed on the node.

nodeInstanceId
Nullable<Guid>

Guid instance id of the node.

Returns

A new DataBoxEdgeNode instance for mocking.

Applies to