ElasticSanUpdate 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.
Response for ElasticSan update request.
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanUpdateTypeConverter))]
public class ElasticSanUpdate : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSanUpdate
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanUpdateTypeConverter))>]
type ElasticSanUpdate = class
interface IElasticSanUpdate
interface IJsonSerializable
Public Class ElasticSanUpdate
Implements IElasticSanUpdate
- Inheritance
-
ElasticSanUpdate
- Attributes
- Implements
Constructors
ElasticSanUpdate() |
Creates an new ElasticSanUpdate 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'. |
Tag |
Update tags |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ElasticSanUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ElasticSanUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSanUpdate. |
FromJsonString(String) |
Creates a new instance of ElasticSanUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ElasticSanUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |