FunctionJavaScriptUDF
Manages a JavaScript UDF Function within Stream Analytics Streaming Job.
Create a FunctionJavaScriptUDF Resource
new FunctionJavaScriptUDF(name: string, args: FunctionJavaScriptUDFArgs, opts?: CustomResourceOptions);def FunctionJavaScriptUDF(resource_name, opts=None, inputs=None, name=None, output=None, resource_group_name=None, script=None, stream_analytics_job_name=None, __props__=None);func NewFunctionJavaScriptUDF(ctx *Context, name string, args FunctionJavaScriptUDFArgs, opts ...ResourceOption) (*FunctionJavaScriptUDF, error)public FunctionJavaScriptUDF(string name, FunctionJavaScriptUDFArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args FunctionJavaScriptUDFArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FunctionJavaScriptUDFArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FunctionJavaScriptUDFArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
FunctionJavaScriptUDF Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The FunctionJavaScriptUDF resource accepts the following input properties:
- Inputs
List<Function
Java Script UDFInput Args> One or more
inputblocks as defined below.- Output
Function
Java Script UDFOutput Args An
outputblocks as defined below.- Resource
Group stringName The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
- Script string
The JavaScript of this UDF Function.
- Stream
Analytics stringJob Name The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
- Name string
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
- Inputs
[]Function
Java Script UDFInput One or more
inputblocks as defined below.- Output
Function
Java Script UDFOutput An
outputblocks as defined below.- Resource
Group stringName The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
- Script string
The JavaScript of this UDF Function.
- Stream
Analytics stringJob Name The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
- Name string
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
- inputs
Function
Java Script UDFInput[] One or more
inputblocks as defined below.- output
Function
Java Script UDFOutput An
outputblocks as defined below.- resource
Group stringName The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
- script string
The JavaScript of this UDF Function.
- stream
Analytics stringJob Name The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
- name string
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
- inputs
List[Function
Java Script UDFInput] One or more
inputblocks as defined below.- output
Dict[Function
Java Script UDFOutput] An
outputblocks as defined below.- resource_
group_ strname The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
- script str
The JavaScript of this UDF Function.
- stream_
analytics_ strjob_ name The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
- name str
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
Outputs
All input properties are implicitly available as output properties. Additionally, the FunctionJavaScriptUDF resource produces the following output properties:
Look up an Existing FunctionJavaScriptUDF Resource
Get an existing FunctionJavaScriptUDF resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FunctionJavaScriptUDFState, opts?: CustomResourceOptions): FunctionJavaScriptUDFstatic get(resource_name, id, opts=None, inputs=None, name=None, output=None, resource_group_name=None, script=None, stream_analytics_job_name=None, __props__=None);func GetFunctionJavaScriptUDF(ctx *Context, name string, id IDInput, state *FunctionJavaScriptUDFState, opts ...ResourceOption) (*FunctionJavaScriptUDF, error)public static FunctionJavaScriptUDF Get(string name, Input<string> id, FunctionJavaScriptUDFState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Inputs
List<Function
Java Script UDFInput Args> One or more
inputblocks as defined below.- Name string
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
- Output
Function
Java Script UDFOutput Args An
outputblocks as defined below.- Resource
Group stringName The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
- Script string
The JavaScript of this UDF Function.
- Stream
Analytics stringJob Name The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
- Inputs
[]Function
Java Script UDFInput One or more
inputblocks as defined below.- Name string
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
- Output
Function
Java Script UDFOutput An
outputblocks as defined below.- Resource
Group stringName The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
- Script string
The JavaScript of this UDF Function.
- Stream
Analytics stringJob Name The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
- inputs
Function
Java Script UDFInput[] One or more
inputblocks as defined below.- name string
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
- output
Function
Java Script UDFOutput An
outputblocks as defined below.- resource
Group stringName The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
- script string
The JavaScript of this UDF Function.
- stream
Analytics stringJob Name The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
- inputs
List[Function
Java Script UDFInput] One or more
inputblocks as defined below.- name str
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
- output
Dict[Function
Java Script UDFOutput] An
outputblocks as defined below.- resource_
group_ strname The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
- script str
The JavaScript of this UDF Function.
- stream_
analytics_ strjob_ name The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
Supporting Types
FunctionJavaScriptUDFInput
FunctionJavaScriptUDFOutput
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.