AzureCapacity Class
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.
Azure capacity definition.
public class AzureCapacity
type AzureCapacity = class
Public Class AzureCapacity
- Inheritance
-
AzureCapacity
Constructors
AzureCapacity() |
Initializes a new instance of the AzureCapacity class. |
AzureCapacity(String, Int32, Int32, Int32) |
Initializes a new instance of the AzureCapacity class. |
Properties
DefaultProperty |
Gets or sets the default capacity that would be used. |
Maximum |
Gets or sets maximum allowed capacity. |
Minimum |
Gets or sets minimum allowed capacity. |
ScaleType |
Gets or sets scale type. Possible values include: 'automatic', 'manual', 'none' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET