Show / Hide Table of Contents

Class FunctionJavaScriptUDFArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionJavaScriptUDFArgs
Inherited Members
ResourceArgs.Empty
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 Source

FunctionJavaScriptUDFArgs()

Declaration
public FunctionJavaScriptUDFArgs()

Properties

View Source

Inputs

One or more input blocks as defined below.

Declaration
public InputList<FunctionJavaScriptUDFInputArgs> Inputs { get; set; }
Property Value
Type Description
InputList<FunctionJavaScriptUDFInputArgs>
View Source

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>
View Source

Output

An output blocks as defined below.

Declaration
public Input<FunctionJavaScriptUDFOutputArgs> Output { get; set; }
Property Value
Type Description
Input<FunctionJavaScriptUDFOutputArgs>
View Source

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>
View Source

Script

The JavaScript of this UDF Function.

Declaration
public Input<string> Script { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.