RegisteredClusterNodes 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.
Extended location of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.RegisteredClusterNodesTypeConverter))]
public class RegisteredClusterNodes : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IRegisteredClusterNodes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.RegisteredClusterNodesTypeConverter))>]
type RegisteredClusterNodes = class
interface IRegisteredClusterNodes
interface IJsonSerializable
Public Class RegisteredClusterNodes
Implements IRegisteredClusterNodes
- Inheritance
-
RegisteredClusterNodes
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RegisteredClusterNodes() |
Creates an new RegisteredClusterNodes instance. |
Properties
| Name | Description |
|---|---|
| BiosId |
The BIOS ID. |
| ClusterNodeFqdn |
The cluster node name. |
| IsSharedDiskVirtualNode |
A value indicating whether this represents virtual entity hosting all the shared disks. |
| MachineId |
The machine ID. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegisteredClusterNodes. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegisteredClusterNodes. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IRegisteredClusterNodes. |
| FromJsonString(String) |
Creates a new instance of RegisteredClusterNodes, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegisteredClusterNodes into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |