Share via


ScriptSecureStringExecutionParameter Class

Definition

a plain text value execution parameter

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

Constructors

ScriptSecureStringExecutionParameter()

Initializes a new instance of the ScriptSecureStringExecutionParameter class.

ScriptSecureStringExecutionParameter(String, String)

Initializes a new instance of the ScriptSecureStringExecutionParameter class.

Properties

Name

Gets or sets the parameter name

(Inherited from ScriptExecutionParameter)
SecureValue

Gets or sets a secure value for the passed parameter, not to be stored in logs

Methods

Validate()

Validate the object.

Applies to