TransformationOperationsExtensions.UpdateAsync Method
Updates a transformation for a stream analytics job.
Namespace: Microsoft.Azure.Management.StreamAnalytics
Assembly: Microsoft.Azure.Management.StreamAnalytics (in Microsoft.Azure.Management.StreamAnalytics.dll)
Usage
'Usage
Dim operations As ITransformationOperations
Dim resourceGroupName As String
Dim jobName As String
Dim transformationName As String
Dim parameters As TransformationPatchParameters
Dim returnValue As Task(Of TransformationPatchResponse)
returnValue = TransformationOperationsExtensions.UpdateAsync(operations, resourceGroupName, jobName, transformationName, parameters)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function UpdateAsync ( _
operations As ITransformationOperations, _
resourceGroupName As String, _
jobName As String, _
transformationName As String, _
parameters As TransformationPatchParameters _
) As Task(Of TransformationPatchResponse)
[ExtensionAttribute]
public static Task<TransformationPatchResponse> UpdateAsync (
ITransformationOperations operations,
string resourceGroupName,
string jobName,
string transformationName,
TransformationPatchParameters parameters
)
[ExtensionAttribute]
public:
static Task<TransformationPatchResponse^>^ UpdateAsync (
ITransformationOperations^ operations,
String^ resourceGroupName,
String^ jobName,
String^ transformationName,
TransformationPatchParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static Task<TransformationPatchResponse> UpdateAsync (
ITransformationOperations operations,
String resourceGroupName,
String jobName,
String transformationName,
TransformationPatchParameters parameters
)
ExtensionAttribute
public static function UpdateAsync (
operations : ITransformationOperations,
resourceGroupName : String,
jobName : String,
transformationName : String,
parameters : TransformationPatchParameters
) : Task<TransformationPatchResponse>
Parameters
- operations
The reference to the ITransformationOperations.
- resourceGroupName
Required. The resource group name of the stream analytics job.
- jobName
Required. The name of the stream analytics job.
- transformationName
Required. The name of the transformation for the stream analytics job.
- parameters
Required. The parameters required to update an transformation for the stream analytics job.
Return Value
The response of the transformation patch operation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
TransformationOperationsExtensions Class
TransformationOperationsExtensions Members
Microsoft.Azure.Management.StreamAnalytics Namespace