Freigeben über


BareMetalMachinePatchProperties Class

Definition

BareMetalMachinePatchProperties represents the properties of the bare metal machine that can be patched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachinePatchPropertiesTypeConverter))]
public class BareMetalMachinePatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachinePatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachinePatchPropertiesTypeConverter))>]
type BareMetalMachinePatchProperties = class
    interface IBareMetalMachinePatchProperties
    interface IJsonSerializable
Public Class BareMetalMachinePatchProperties
Implements IBareMetalMachinePatchProperties
Inheritance
BareMetalMachinePatchProperties
Attributes
Implements

Constructors

BareMetalMachinePatchProperties()

Creates an new BareMetalMachinePatchProperties instance.

Properties

MachineDetail

The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BareMetalMachinePatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BareMetalMachinePatchProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachinePatchProperties.

FromJsonString(String)

Creates a new instance of BareMetalMachinePatchProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BareMetalMachinePatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to