PureStorageAvs 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.
Connected AVS status.
public class PureStorageAvs : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvs>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvs>
type PureStorageAvs = class
interface IJsonModel<PureStorageAvs>
interface IPersistableModel<PureStorageAvs>
Public Class PureStorageAvs
Implements IJsonModel(Of PureStorageAvs), IPersistableModel(Of PureStorageAvs)
- Inheritance
-
PureStorageAvs
- Implements
Properties
ClusterResourceId |
Azure resource ID of the AVS SDDC the storage pool is connected to. |
IsAvsEnabled |
If true, an AVS SDDC is successfully connected to the storage pool. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PureStorageAvs>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PureStorageAvs>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PureStorageAvs>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PureStorageAvs>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PureStorageAvs>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |