ScaleStreamingJobParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ScaleStreamingJobParameters() |
Initializes a new instance of the ScaleStreamingJobParameters class. |
ScaleStreamingJobParameters(Nullable<Int32>) |
Initializes a new instance of the ScaleStreamingJobParameters class. |
ScaleStreamingJobParameters()
Initializes a new instance of the ScaleStreamingJobParameters class.
public ScaleStreamingJobParameters ();
Public Sub New ()
Applies to
ScaleStreamingJobParameters(Nullable<Int32>)
Initializes a new instance of the ScaleStreamingJobParameters class.
public ScaleStreamingJobParameters (int? streamingUnits = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.ScaleStreamingJobParameters : Nullable<int> -> Microsoft.Azure.Management.StreamAnalytics.Models.ScaleStreamingJobParameters
Public Sub New (Optional streamingUnits As Nullable(Of Integer) = Nothing)
Parameters
Specifies the number of streaming units that the streaming job will scale to.
Applies to
Azure SDK for .NET