Freigeben über


RacksPatchProperties Class

Definition

RacksPatchProperties represents the properties of the rack during patching.

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

Constructors

RacksPatchProperties()

Creates an new RacksPatchProperties instance.

Properties

RackLocation

The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”)

RackSerialNumber

The globally unique identifier for the rack.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RacksPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RacksPatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RacksPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to