ScriptStringExecutionParameter Class

Definition

a plain text value execution parameter

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptStringExecutionParameterTypeConverter))]
public class ScriptStringExecutionParameter : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IScriptStringExecutionParameter, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptStringExecutionParameterTypeConverter))>]
type ScriptStringExecutionParameter = class
    interface IScriptStringExecutionParameter
    interface IJsonSerializable
    interface IScriptExecutionParameter
    interface IValidates
Public Class ScriptStringExecutionParameter
Implements IScriptStringExecutionParameter, IValidates
Inheritance
ScriptStringExecutionParameter
Attributes
Implements

Constructors

ScriptStringExecutionParameter()

Creates an new ScriptStringExecutionParameter instance.

Properties

Name

The parameter name

Type

The type of execution parameter

Value

The value for the passed parameter

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScriptStringExecutionParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScriptStringExecutionParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IScriptStringExecutionParameter.

FromJsonString(String)

Creates a new instance of ScriptStringExecutionParameter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScriptStringExecutionParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to