Partager via


RackPatchParameters Class

Definition

RackPatchParameters represents the body of the request to patch the rack properties.

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

Constructors

RackPatchParameters()

Creates an new RackPatchParameters 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.

Tag

The Azure resource tags that will replace the existing ones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RackPatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RackPatchParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RackPatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to