ArmStreamAnalyticsModelFactory.StreamingJobTransformationData 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 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
Resource Id.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- 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.
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
Azure SDK for .NET