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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET