Share via


ArmStreamAnalyticsModelFactory.StreamingJobTransformationData Method

Definition

Initializes a new instance of StreamingJobTransformationData.

public static Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationData StreamingJobTransformationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, int? streamingUnits = default, System.Collections.Generic.IEnumerable<int> validStreamingUnits = default, string query = default, Azure.ETag? etag = default);
static member StreamingJobTransformationData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<int> * seq<int> * string * Nullable<Azure.ETag> -> Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationData
Public Shared Function StreamingJobTransformationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional streamingUnits As Nullable(Of Integer) = Nothing, Optional validStreamingUnits As IEnumerable(Of Integer) = Nothing, Optional query As String = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As StreamingJobTransformationData

Parameters

id
ResourceIdentifier

Resource Id.

name
String

Resource name.

resourceType
Nullable<ResourceType>

Resource type.

streamingUnits
Nullable<Int32>

Specifies the number of streaming units that the streaming job uses.

validStreamingUnits
IEnumerable<Int32>

Specifies the valid streaming units a streaming job can scale to.

query
String

Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.

etag
Nullable<ETag>

The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.

Returns

A new StreamingJobTransformationData instance for mocking.

Applies to