ScriptActivityParameter 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.
Parameters of a script block.
public class ScriptActivityParameter : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ScriptActivityParameter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ScriptActivityParameter>
public class ScriptActivityParameter
type ScriptActivityParameter = class
interface IJsonModel<ScriptActivityParameter>
interface IPersistableModel<ScriptActivityParameter>
type ScriptActivityParameter = class
Public Class ScriptActivityParameter
Implements IJsonModel(Of ScriptActivityParameter), IPersistableModel(Of ScriptActivityParameter)
Public Class ScriptActivityParameter
- Inheritance
-
ScriptActivityParameter
- Implements
Constructors
ScriptActivityParameter() |
Initializes a new instance of ScriptActivityParameter. |
Properties
Direction |
The direction of the parameter. |
Name |
The name of the parameter. Type: string (or Expression with resultType string). |
ParameterType |
The type of the parameter. |
Size |
The size of the output direction parameter. |
Value |
The value of the parameter. Type: string (or Expression with resultType string). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ScriptActivityParameter>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ScriptActivityParameter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ScriptActivityParameter>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ScriptActivityParameter>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ScriptActivityParameter>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET