Transformation Constructors
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.
Overloads
Transformation() |
Initializes a new instance of the Transformation class. |
Transformation(String, String, String, Nullable<Int32>, IList<Nullable<Int32>>, String, String) |
Initializes a new instance of the Transformation class. |
Transformation()
Initializes a new instance of the Transformation class.
public Transformation ();
Public Sub New ()
Applies to
Transformation(String, String, String, Nullable<Int32>, IList<Nullable<Int32>>, String, String)
Initializes a new instance of the Transformation class.
public Transformation (string id = default, string name = default, string type = default, int? streamingUnits = default, System.Collections.Generic.IList<int?> validStreamingUnits = default, string query = default, string etag = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.Transformation : string * string * string * Nullable<int> * System.Collections.Generic.IList<Nullable<int>> * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.Transformation
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional streamingUnits As Nullable(Of Integer) = Nothing, Optional validStreamingUnits As IList(Of Nullable(Of Integer)) = Nothing, Optional query As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
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
- String
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.