Share via


IElasticSanUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanUpdateTypeConverter))]
public interface IElasticSanUpdate : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanUpdateTypeConverter))>]
type IElasticSanUpdate = interface
    interface IJsonSerializable
Public Interface IElasticSanUpdate
Implements IJsonSerializable
Derived
Attributes
Implements

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'.

Tag

Update tags

UnusedSizeTiB

Unused size on Elastic San appliance in TiB.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to