Share via


ElasticSanPatch Class

Definition

Response for ElasticSan update request.

public class ElasticSanPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanPatch>
type ElasticSanPatch = class
    interface IJsonModel<ElasticSanPatch>
    interface IPersistableModel<ElasticSanPatch>
Public Class ElasticSanPatch
Implements IJsonModel(Of ElasticSanPatch), IPersistableModel(Of ElasticSanPatch)
Inheritance
ElasticSanPatch
Implements

Constructors

ElasticSanPatch()

Initializes a new instance of ElasticSanPatch.

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

ScaleUpProperties

Scale up settings on Elastic San Appliance.

Tags

Update tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticSanPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ElasticSanPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticSanPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticSanPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ElasticSanPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to