Share via


StreamingEntityScaleUnit Constructors

Definition

Overloads

StreamingEntityScaleUnit()

Initializes a new instance of the StreamingEntityScaleUnit class.

StreamingEntityScaleUnit(Nullable<Int32>)

Initializes a new instance of the StreamingEntityScaleUnit class.

StreamingEntityScaleUnit()

Initializes a new instance of the StreamingEntityScaleUnit class.

public StreamingEntityScaleUnit ();
Public Sub New ()

Applies to

StreamingEntityScaleUnit(Nullable<Int32>)

Initializes a new instance of the StreamingEntityScaleUnit class.

public StreamingEntityScaleUnit (int? scaleUnit = default);
new Microsoft.Azure.Management.Media.Models.StreamingEntityScaleUnit : Nullable<int> -> Microsoft.Azure.Management.Media.Models.StreamingEntityScaleUnit
Public Sub New (Optional scaleUnit As Nullable(Of Integer) = Nothing)

Parameters

scaleUnit
Nullable<Int32>

The scale unit number of the streaming endpoint.

Applies to