BareMetalMachineList 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.
BareMetalMachineList represents a list of bare metal machines.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BareMetalMachineListTypeConverter))]
public class BareMetalMachineList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BareMetalMachineListTypeConverter))>]
type BareMetalMachineList = class
interface IBareMetalMachineList
interface IJsonSerializable
Public Class BareMetalMachineList
Implements IBareMetalMachineList
- Inheritance
-
BareMetalMachineList
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BareMetalMachineList() |
Creates an new BareMetalMachineList instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The link used to get the next page of operations. |
| Value |
The list of bare metal machines. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BareMetalMachineList. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BareMetalMachineList. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineList. |
| FromJsonString(String) |
Creates a new instance of BareMetalMachineList, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BareMetalMachineList into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |