PureStorageBandwidthUsage 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.
Bandwidth usage metrics.
public class PureStorageBandwidthUsage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageBandwidthUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageBandwidthUsage>
type PureStorageBandwidthUsage = class
interface IJsonModel<PureStorageBandwidthUsage>
interface IPersistableModel<PureStorageBandwidthUsage>
Public Class PureStorageBandwidthUsage
Implements IJsonModel(Of PureStorageBandwidthUsage), IPersistableModel(Of PureStorageBandwidthUsage)
- Inheritance
-
PureStorageBandwidthUsage
- Implements
Properties
Current |
Number of bytes written and read per second (maximum value over the last 10 minutes). |
Max |
Maximum bandwidth value that can be provisioned for the storage pool. |
Provisioned |
Bandwidth value currently provisioned for the storage pool, in MB/s. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PureStorageBandwidthUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PureStorageBandwidthUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PureStorageBandwidthUsage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PureStorageBandwidthUsage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PureStorageBandwidthUsage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |