StreamingEntityScaleUnit 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
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)