OutputProperties Constructor (OutputDataSource)

Initializes a new instance of the OutputProperties class with required arguments.

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

Usage

'Usage
Dim dataSource As OutputDataSource

Dim instance As New OutputProperties(dataSource)

Syntax

'Declaration
Public Sub New ( _
    dataSource As OutputDataSource _
)
public OutputProperties (
    OutputDataSource dataSource
)
public:
OutputProperties (
    OutputDataSource^ dataSource
)
public OutputProperties (
    OutputDataSource dataSource
)
public function OutputProperties (
    dataSource : OutputDataSource
)

Parameters

  • dataSource
    The data source configuration of the output.

Remarks

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

OutputProperties Class
OutputProperties Members
Microsoft.Azure.Management.StreamAnalytics.Models Namespace