InputOperationsExtensions.UpdateAsync Method

Updates an input for a stream analytics job. Asynchronous call.

Namespace: Microsoft.Azure.Management.StreamAnalytics
Assembly: Microsoft.Azure.Management.StreamAnalytics (in Microsoft.Azure.Management.StreamAnalytics.dll)

Usage

'Usage
Dim operations As IInputOperations
Dim resourceGroupName As String
Dim jobName As String
Dim inputName As String
Dim parameters As InputPatchParameters
Dim returnValue As Task(Of InputPatchResponse)

returnValue = InputOperationsExtensions.UpdateAsync(operations, resourceGroupName, jobName, inputName, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function UpdateAsync ( _
    operations As IInputOperations, _
    resourceGroupName As String, _
    jobName As String, _
    inputName As String, _
    parameters As InputPatchParameters _
) As Task(Of InputPatchResponse)
[ExtensionAttribute] 
public static Task<InputPatchResponse> UpdateAsync (
    IInputOperations operations,
    string resourceGroupName,
    string jobName,
    string inputName,
    InputPatchParameters parameters
)
[ExtensionAttribute] 
public:
static Task<InputPatchResponse^>^ UpdateAsync (
    IInputOperations^ operations, 
    String^ resourceGroupName, 
    String^ jobName, 
    String^ inputName, 
    InputPatchParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static Task<InputPatchResponse> UpdateAsync (
    IInputOperations operations, 
    String resourceGroupName, 
    String jobName, 
    String inputName, 
    InputPatchParameters parameters
)
ExtensionAttribute 
public static function UpdateAsync (
    operations : IInputOperations, 
    resourceGroupName : String, 
    jobName : String, 
    inputName : String, 
    parameters : InputPatchParameters
) : Task<InputPatchResponse>

Parameters

  • resourceGroupName
    Required. The resource group name of the stream analytics job.
  • jobName
    Required. The name of the stream analytics job.
  • inputName
    Required. The name of the input for the stream analytics job.
  • parameters
    Required. The parameters required to update an input for a stream analytics job.

Return Value

The response of the input 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

InputOperationsExtensions Class
InputOperationsExtensions Members
Microsoft.Azure.Management.StreamAnalytics Namespace