ScaleUpProperties 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.
Scale up properties on Elastic San Appliance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ScaleUpPropertiesTypeConverter))]
public class ScaleUpProperties : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IScaleUpProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ScaleUpPropertiesTypeConverter))>]
type ScaleUpProperties = class
interface IScaleUpProperties
interface IJsonSerializable
Public Class ScaleUpProperties
Implements IScaleUpProperties
- Inheritance
-
ScaleUpProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ScaleUpProperties() |
Creates an new ScaleUpProperties instance. |
Properties
| Name | Description |
|---|---|
| AutoScalePolicyEnforcement |
Enable or Disable scale up setting on Elastic San Appliance. |
| CapacityUnitScaleUpLimitTiB |
Maximum scale up size on Elastic San appliance in TiB. |
| IncreaseCapacityUnitByTiB |
Unit to increase Capacity Unit on Elastic San appliance in TiB. |
| UnusedSizeTiB |
Unused size on Elastic San appliance in TiB. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScaleUpProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScaleUpProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IScaleUpProperties. |
| FromJsonString(String) |
Creates a new instance of ScaleUpProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScaleUpProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |