Partager via


ElasticSanUpdateProperties Class

Definition

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

ElasticSanUpdateProperties()

Creates an new ElasticSanUpdateProperties instance.

Properties

BaseSizeTiB

Base size of the Elastic San appliance in TiB.

ExtendedCapacitySizeTiB

Extended size of the 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'.

Methods

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()

Applies to