IRegisteredClusterNodes Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.RegisteredClusterNodesTypeConverter))]
public interface IRegisteredClusterNodes : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.RegisteredClusterNodesTypeConverter))>]
type IRegisteredClusterNodes = interface
    interface IJsonSerializable
Public Interface IRegisteredClusterNodes
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to