ArmStreamingEndpointCapacity 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
ArmStreamingEndpointCapacity() |
Initializes a new instance of the ArmStreamingEndpointCapacity class. |
ArmStreamingEndpointCapacity(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ArmStreamingEndpointCapacity class. |
ArmStreamingEndpointCapacity()
Initializes a new instance of the ArmStreamingEndpointCapacity class.
public ArmStreamingEndpointCapacity();
Public Sub New ()
Applies to
ArmStreamingEndpointCapacity(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the ArmStreamingEndpointCapacity class.
public ArmStreamingEndpointCapacity(string scaleType = default, int? defaultProperty = default, int? minimum = default, int? maximum = default);
new Microsoft.Azure.Management.Media.Models.ArmStreamingEndpointCapacity : string * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Media.Models.ArmStreamingEndpointCapacity
Public Sub New (Optional scaleType As String = Nothing, Optional defaultProperty As Nullable(Of Integer) = Nothing, Optional minimum As Nullable(Of Integer) = Nothing, Optional maximum As Nullable(Of Integer) = Nothing)
Parameters
- scaleType
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET