Partager via


ArmDataBoxEdgeModelFactory.DataBoxEdgeNode Méthode

Définition

Initialise une nouvelle instance de 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

Paramètres

name
String

Nom.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

nodeStatus
Nullable<DataBoxEdgeNodeStatus>

La status actuelle du nœud individuel.

nodeChassisSerialNumber
String

Numéro de série du châssis.

nodeSerialNumber
String

Numéro de série du nœud individuel.

nodeDisplayName
String

Nom d’affichage du nœud individuel.

nodeFriendlySoftwareVersion
String

Nom de version de logiciel convivial actuellement installé sur le nœud.

nodeHcsVersion
String

Version HCS actuellement installée sur le nœud.

nodeInstanceId
Nullable<Guid>

GUID instance ID du nœud.

Retours

Une nouvelle DataBoxEdgeNode instance pour se moquer.

S’applique à