SkuCapacity 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
SkuCapacity() |
Initializes a new instance of the SkuCapacity class. |
SkuCapacity(String, String) |
Initializes a new instance of the SkuCapacity class. |
SkuCapacity()
Initializes a new instance of the SkuCapacity class.
public SkuCapacity();
Public Sub New ()
Applies to
SkuCapacity(String, String)
Initializes a new instance of the SkuCapacity class.
public SkuCapacity(string usable = default, string maximum = default);
new Microsoft.Azure.Management.DataBox.Models.SkuCapacity : string * string -> Microsoft.Azure.Management.DataBox.Models.SkuCapacity
Public Sub New (Optional usable As String = Nothing, Optional maximum As String = Nothing)
Parameters
- usable
- String
Usable capacity in TB.
- maximum
- String
Maximum capacity in TB.
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