DataBoxEdgeNode Class
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.
Represents a single node in a Data box Edge/Gateway device Gateway devices, standalone Edge devices and a single node cluster Edge device will all have 1 node Multi-node Edge devices will have more than 1 nodes
public class DataBoxEdgeNode : Azure.ResourceManager.Models.ResourceData
type DataBoxEdgeNode = class
inherit ResourceData
Public Class DataBoxEdgeNode
Inherits ResourceData
- Inheritance
Constructors
DataBoxEdgeNode() |
Initializes a new instance of DataBoxEdgeNode. |
Properties
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
NodeChassisSerialNumber |
Serial number of the Chassis. |
NodeDisplayName |
Display Name of the individual node. |
NodeFriendlySoftwareVersion |
Friendly software version name that is currently installed on the node. |
NodeHcsVersion |
HCS version that is currently installed on the node. |
NodeInstanceId |
Guid instance id of the node. |
NodeSerialNumber |
Serial number of the individual node. |
NodeStatus |
The current status of the individual node. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET