Megosztás a következőn keresztül:


ScriptExecutionData.Parameters Property

Definition

Parameters the script will accept Please note ScriptExecutionParameterDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include PSCredentialExecutionParameterDetails, ScriptSecureStringExecutionParameterDetails and ScriptStringExecutionParameterDetails.

public System.Collections.Generic.IList<Azure.ResourceManager.Avs.Models.ScriptExecutionParameterDetails> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<Azure.ResourceManager.Avs.Models.ScriptExecutionParameterDetails>
Public ReadOnly Property Parameters As IList(Of ScriptExecutionParameterDetails)

Property Value

Applies to