Class FunctionJavaScriptUDFArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.StreamAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FunctionJavaScriptUDFArgs : ResourceArgs
Constructors
View SourceFunctionJavaScriptUDFArgs()
Declaration
public FunctionJavaScriptUDFArgs()
Properties
View SourceInputs
One or more input blocks as defined below.
Declaration
public InputList<FunctionJavaScriptUDFInputArgs> Inputs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FunctionJavaScriptUDFInputArgs> |
Name
The name of the JavaScript UDF Function. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Output
An output blocks as defined below.
Declaration
public Input<FunctionJavaScriptUDFOutputArgs> Output { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FunctionJavaScriptUDFOutputArgs> |
ResourceGroupName
The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Script
The JavaScript of this UDF Function.
Declaration
public Input<string> Script { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StreamAnalyticsJobName
The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> StreamAnalyticsJobName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |