BareMetalMachinePatchProperties 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.
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() |