Aracılığıyla paylaş


StreamingJobFunctionData.Properties Property

Definition

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.

public Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionProperties Properties { get; set; }
member this.Properties : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionProperties with get, set
Public Property Properties As StreamingJobFunctionProperties

Property Value

Applies to