InputOperationsExtensions.Update 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 operations As IInputOperations
Dim resourceGroupName As String
Dim jobName As String
Dim inputName As String
Dim parameters As InputPatchParameters
Dim returnValue As InputPatchResponse
returnValue = InputOperationsExtensions.Update(operations, resourceGroupName, jobName, inputName, parameters)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function Update ( _
operations As IInputOperations, _
resourceGroupName As String, _
jobName As String, _
inputName As String, _
parameters As InputPatchParameters _
) As InputPatchResponse
[ExtensionAttribute]
public static InputPatchResponse Update (
IInputOperations operations,
string resourceGroupName,
string jobName,
string inputName,
InputPatchParameters parameters
)
[ExtensionAttribute]
public:
static InputPatchResponse^ Update (
IInputOperations^ operations,
String^ resourceGroupName,
String^ jobName,
String^ inputName,
InputPatchParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static InputPatchResponse Update (
IInputOperations operations,
String resourceGroupName,
String jobName,
String inputName,
InputPatchParameters parameters
)
ExtensionAttribute
public static function Update (
operations : IInputOperations,
resourceGroupName : String,
jobName : String,
inputName : String,
parameters : InputPatchParameters
) : InputPatchResponse
Parameters
- operations
The reference to the IInputOperations.
- 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