Share via


PureStoragePoolPatch Class

Definition

The type used for update operations of the StoragePool.

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

Constructors

PureStoragePoolPatch()

Initializes a new instance of PureStoragePoolPatch.

Properties

Identity

The managed service identities assigned to this resource.

StoragePoolUpdateProvisionedBandwidthMbPerSec

Total bandwidth provisioned for the pool, in MB/s.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PureStoragePoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PureStoragePoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PureStoragePoolPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PureStoragePoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PureStoragePoolPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to