Share via


PerformancePolicyLimits Class

Definition

internal.

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

Properties

BandwidthLimit

internal.

IopsLimit

internal.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PerformancePolicyLimits>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PerformancePolicyLimits>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PerformancePolicyLimits>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PerformancePolicyLimits>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PerformancePolicyLimits>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to