Share via


RangeVariable Class

Definition

[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.

Applies to