IInputOperations.UpdateAsync Method

Updates an input for a stream analytics job.

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

Usage

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

returnValue = instance.UpdateAsync(resourceGroupName, jobName, inputName, parameters, cancellationToken)

Syntax

'Declaration
Function UpdateAsync ( _
    resourceGroupName As String, _
    jobName As String, _
    inputName As String, _
    parameters As InputPatchParameters, _
    cancellationToken As CancellationToken _
) As Task(Of InputPatchResponse)
Task<InputPatchResponse> UpdateAsync (
    string resourceGroupName,
    string jobName,
    string inputName,
    InputPatchParameters parameters,
    CancellationToken cancellationToken
)
Task<InputPatchResponse^>^ UpdateAsync (
    String^ resourceGroupName, 
    String^ jobName, 
    String^ inputName, 
    InputPatchParameters^ parameters, 
    CancellationToken cancellationToken
)
Task<InputPatchResponse> UpdateAsync (
    String resourceGroupName, 
    String jobName, 
    String inputName, 
    InputPatchParameters parameters, 
    CancellationToken cancellationToken
)
function UpdateAsync (
    resourceGroupName : String, 
    jobName : String, 
    inputName : String, 
    parameters : InputPatchParameters, 
    cancellationToken : CancellationToken
) : Task<InputPatchResponse>

Parameters

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

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

IInputOperations Interface
IInputOperations Members
Microsoft.Azure.Management.StreamAnalytics Namespace