ArmStreamAnalyticsModelFactory.StreamingJobFunctionData Method
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.
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
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
Azure SDK for .NET