ElasticSanPreValidationResult 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.
response object for pre validation api.
public class ElasticSanPreValidationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanPreValidationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanPreValidationResult>
type ElasticSanPreValidationResult = class
interface IJsonModel<ElasticSanPreValidationResult>
interface IPersistableModel<ElasticSanPreValidationResult>
Public Class ElasticSanPreValidationResult
Implements IJsonModel(Of ElasticSanPreValidationResult), IPersistableModel(Of ElasticSanPreValidationResult)
- Inheritance
-
ElasticSanPreValidationResult
- Implements
Properties
ValidationStatus |
a status value indicating success or failure of validation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ElasticSanPreValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ElasticSanPreValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ElasticSanPreValidationResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ElasticSanPreValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ElasticSanPreValidationResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |