Transformation Interface
public interface Transformation
An immutable client-side representation of Transformation.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
etag()
Gets the etag property: The current entity tag for the transformation. |
abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
abstract
Transformation |
innerModel()
Gets the inner com. |
abstract String |
name()
Gets the name property: Resource name. |
abstract String |
query()
Gets the query property: Specifies the query that will be run in the streaming job. |
abstract Transformation |
refresh()
Refreshes the resource to sync with Azure. |
abstract Transformation |
refresh(Context context)
Refreshes the resource to sync with Azure. |
abstract String |
resourceGroupName()
Gets the name of the resource group. |
abstract Integer |
streamingUnits()
Gets the streaming |
abstract String |
type()
Gets the type property: Resource type. |
abstract Update |
update()
Begins update for the Transformation resource. |
abstract List<Integer> |
validStreamingUnits()
Gets the valid |
Method Details
etag
public abstract String etag()
Gets the etag property: 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:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract TransformationInner innerModel()
Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.TransformationInner object.
Returns:
name
public abstract String name()
Gets the name property: Resource name.
Returns:
query
public abstract String query()
Gets the query property: 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.
Returns:
refresh
public abstract Transformation refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Transformation refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
streamingUnits
public abstract Integer streamingUnits()
Gets the streamingUnits property: Specifies the number of streaming units that the streaming job uses.
Returns:
type
public abstract String type()
Gets the type property: Resource type.
Returns:
update
public abstract Transformation.Update update()
Begins update for the Transformation resource.
Returns:
validStreamingUnits
public abstract List
Gets the validStreamingUnits property: Specifies the valid streaming units a streaming job can scale to.
Returns:
Applies to
Azure SDK for Java