RangeVariable 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.RangeVariableTypeConverter))]
public class RangeVariable : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IRangeVariable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.RangeVariableTypeConverter))>]
type RangeVariable = class
interface IRangeVariable
interface IJsonSerializable
Public Class RangeVariable
Implements IRangeVariable
- Inheritance
-
RangeVariable
- Attributes
- Implements
Constructors
RangeVariable() |
Creates an new RangeVariable instance. |
Properties
DefinitionTypeKind | |
Kind | |
Name | |
TypeReferenceIsNullable |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RangeVariable. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RangeVariable. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IRangeVariable. |
FromJsonString(String) |
Creates a new instance of RangeVariable, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RangeVariable into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |