OutputOperationsExtensions.Update Method

Updates an output 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 IOutputOperations
Dim resourceGroupName As String
Dim jobName As String
Dim outputName As String
Dim parameters As OutputPatchParameters
Dim returnValue As OutputPatchResponse

returnValue = OutputOperationsExtensions.Update(operations, resourceGroupName, jobName, outputName, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Update ( _
    operations As IOutputOperations, _
    resourceGroupName As String, _
    jobName As String, _
    outputName As String, _
    parameters As OutputPatchParameters _
) As OutputPatchResponse
[ExtensionAttribute] 
public static OutputPatchResponse Update (
    IOutputOperations operations,
    string resourceGroupName,
    string jobName,
    string outputName,
    OutputPatchParameters parameters
)
[ExtensionAttribute] 
public:
static OutputPatchResponse^ Update (
    IOutputOperations^ operations, 
    String^ resourceGroupName, 
    String^ jobName, 
    String^ outputName, 
    OutputPatchParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static OutputPatchResponse Update (
    IOutputOperations operations, 
    String resourceGroupName, 
    String jobName, 
    String outputName, 
    OutputPatchParameters parameters
)
ExtensionAttribute 
public static function Update (
    operations : IOutputOperations, 
    resourceGroupName : String, 
    jobName : String, 
    outputName : String, 
    parameters : OutputPatchParameters
) : OutputPatchResponse

Parameters

  • resourceGroupName
    Required. The resource group name of the stream analytics job.
  • jobName
    Required. The name of the stream analytics job.
  • outputName
    Required. The name of the output for the stream analytics job.
  • parameters
    Required. The parameters required to create or update an output for a stream analytics job.

Return Value

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

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