Share via


ArmStreamAnalyticsModelFactory.StreamingJobFunctionData Method

Definition

Initializes a new instance of StreamingJobFunctionData.

public static Azure.ResourceManager.StreamAnalytics.StreamingJobFunctionData StreamingJobFunctionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionProperties properties = default);
static member StreamingJobFunctionData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionProperties -> Azure.ResourceManager.StreamAnalytics.StreamingJobFunctionData
Public Shared Function StreamingJobFunctionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional properties As StreamingJobFunctionProperties = Nothing) As StreamingJobFunctionData

Parameters

id
ResourceIdentifier

Resource Id.

name
String

Resource name.

resourceType
Nullable<ResourceType>

Resource type.

properties
StreamingJobFunctionProperties

The properties that are associated with a function. Please note StreamingJobFunctionProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AggregateFunctionProperties and ScalarFunctionProperties.

Returns

A new StreamingJobFunctionData instance for mocking.

Applies to