LogSizeCapability 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
LogSizeCapability() |
Initializes a new instance of the LogSizeCapability class. |
LogSizeCapability(Nullable<Int32>, String) |
Initializes a new instance of the LogSizeCapability class. |
LogSizeCapability()
Initializes a new instance of the LogSizeCapability class.
public LogSizeCapability ();
Public Sub New ()
Applies to
LogSizeCapability(Nullable<Int32>, String)
Initializes a new instance of the LogSizeCapability class.
public LogSizeCapability (int? limit = default, string unit = default);
new Microsoft.Azure.Management.Sql.Models.LogSizeCapability : Nullable<int> * string -> Microsoft.Azure.Management.Sql.Models.LogSizeCapability
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', 'Percent'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET