Specification 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.
Specifications of the configurations
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.SpecificationTypeConverter))]
public class Specification : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ISpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.SpecificationTypeConverter))>]
type Specification = class
interface ISpecification
interface IJsonSerializable
Public Class Specification
Implements ISpecification
- Inheritance
-
Specification
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Specification() |
Creates an new Specification instance. |
Properties
| Name | Description |
|---|---|
| Name |
Name of the specification |
| Value |
Value of the specification |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Specification. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Specification. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ISpecification. |
| FromJsonString(String) |
Creates a new instance of Specification, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of Specification into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |