ScriptStringExecutionParameter 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.
a plain text value execution parameter
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptStringExecutionParameterTypeConverter))]
public class ScriptStringExecutionParameter : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IScriptStringExecutionParameter, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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 |
script execution parameter type |
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.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. |