ScriptStringExecutionParameter Class

Definition

a plain text value execution parameter

[Newtonsoft.Json.JsonObject("Value")]
public class ScriptStringExecutionParameter : Microsoft.Azure.Management.Avs.Models.ScriptExecutionParameter
[<Newtonsoft.Json.JsonObject("Value")>]
type ScriptStringExecutionParameter = class
    inherit ScriptExecutionParameter
Public Class ScriptStringExecutionParameter
Inherits ScriptExecutionParameter
Inheritance
ScriptStringExecutionParameter
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ScriptStringExecutionParameter()

Initializes a new instance of the ScriptStringExecutionParameter class.

ScriptStringExecutionParameter(String, String)

Initializes a new instance of the ScriptStringExecutionParameter class.

Properties

Name

Gets or sets the parameter name

(Inherited from ScriptExecutionParameter)
Value

Gets or sets the value for the passed parameter

Methods

Validate()

Validate the object.

Applies to