Dimensions 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.
Dimensions of a configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.DimensionsTypeConverter))]
public class Dimensions : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IDimensions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.DimensionsTypeConverter))>]
type Dimensions = class
interface IDimensions
interface IJsonSerializable
Public Class Dimensions
Implements IDimensions
- Inheritance
-
Dimensions
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Dimensions() |
Creates an new Dimensions instance. |
Properties
| Name | Description |
|---|---|
| Depth |
Depth of the device. |
| Height |
Height of the device. |
| Length |
Length of the device. |
| LengthHeightUnit |
Unit for the dimensions of length, height and width. |
| Weight |
Weight of the device. |
| WeightUnit |
Unit for the dimensions of weight. |
| Width |
Width of the device. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Dimensions. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Dimensions. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IDimensions. |
| FromJsonString(String) |
Creates a new instance of Dimensions, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of Dimensions into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |