DimensionsListResult 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.
Result of listing dimensions. It contains a list of available dimensions.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.DimensionsListResultTypeConverter))]
public class DimensionsListResult : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IDimensionsListResult, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IDimensionsListResultInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.DimensionsListResultTypeConverter))>]
type DimensionsListResult = class
interface IDimensionsListResult
interface IJsonSerializable
interface IDimensionsListResultInternal
Public Class DimensionsListResult
Implements IDimensionsListResult, IDimensionsListResultInternal
- Inheritance
-
DimensionsListResult
- Attributes
- Implements
Constructors
DimensionsListResult() |
Creates an new DimensionsListResult instance. |
Properties
Value |
The list of dimensions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DimensionsListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DimensionsListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IDimensionsListResult. |
FromJsonString(String) |
Creates a new instance of DimensionsListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DimensionsListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Explicit Interface Implementations
IDimensionsListResultInternal.Value |
Internal Acessors for Value |