ElasticSanUpdateProperties 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.
Elastic San update properties.
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanUpdatePropertiesTypeConverter))]
public class ElasticSanUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSanUpdateProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanUpdatePropertiesTypeConverter))>]
type ElasticSanUpdateProperties = class
interface IElasticSanUpdateProperties
interface IJsonSerializable
Public Class ElasticSanUpdateProperties
Implements IElasticSanUpdateProperties
- Inheritance
-
ElasticSanUpdateProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticSanUpdateProperties() |
Creates an new ElasticSanUpdateProperties instance. |
Properties
| Name | Description |
|---|---|
| AutoScalePolicyEnforcement |
Enable or Disable scale up setting on Elastic San Appliance. |
| BaseSizeTiB |
Base size of the Elastic San appliance in TiB. |
| CapacityUnitScaleUpLimitTiB |
Maximum scale up size on Elastic San appliance in TiB. |
| ExtendedCapacitySizeTiB |
Extended size of the Elastic San appliance in TiB. |
| IncreaseCapacityUnitByTiB |
Unit to increase Capacity Unit on Elastic San appliance in TiB. |
| PublicNetworkAccess |
Allow or disallow public network access to ElasticSan Account. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. |
| UnusedSizeTiB |
Unused size on Elastic San appliance in TiB. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ElasticSanUpdateProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ElasticSanUpdateProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSanUpdateProperties. |
| FromJsonString(String) |
Creates a new instance of ElasticSanUpdateProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ElasticSanUpdateProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |