RackPatchParameters 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.
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
| Name | Description |
|---|---|
| RackPatchParameters() |
Creates an new RackPatchParameters instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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() | |