MaxSizeCapability 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
MaxSizeCapability() |
Initializes a new instance of the MaxSizeCapability class. |
MaxSizeCapability(Nullable<Int32>, String) |
Initializes a new instance of the MaxSizeCapability class. |
MaxSizeCapability()
Initializes a new instance of the MaxSizeCapability class.
public MaxSizeCapability();
Public Sub New ()
Applies to
MaxSizeCapability(Nullable<Int32>, String)
Initializes a new instance of the MaxSizeCapability class.
public MaxSizeCapability(int? limit = default, string unit = default);
new Microsoft.Azure.Management.Sql.Models.MaxSizeCapability : Nullable<int> * string -> Microsoft.Azure.Management.Sql.Models.MaxSizeCapability
Public Sub New (Optional limit As Nullable(Of Integer) = Nothing, Optional unit As String = Nothing)
Parameters
- unit
- String
The units that the limit is expressed in. Possible values include: 'Megabytes', 'Gigabytes', 'Terabytes', 'Petabytes'
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