ScriptExecutionParameter Class
The arguments passed in to the execution.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: PSCredentialExecutionParameter, ScriptSecureStringExecutionParameter, ScriptStringExecutionParameter.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ScriptExecutionParameter
Constructor
ScriptExecutionParameter(*, name: str, **kwargs)
Parameters
- type
- str or ScriptExecutionParameterType
Required
Required. The type of execution parameter.Constant filled by server. Possible values include: "Value", "SecureValue", "Credential".
Feedback
Submit and view feedback for