Share via


PreValidationResponse Class

Definition

response object for pre validation api

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.PreValidationResponseTypeConverter))]
public class PreValidationResponse : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPreValidationResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.PreValidationResponseTypeConverter))>]
type PreValidationResponse = class
    interface IPreValidationResponse
    interface IJsonSerializable
Public Class PreValidationResponse
Implements IPreValidationResponse
Inheritance
PreValidationResponse
Attributes
Implements

Constructors

Name Description
PreValidationResponse()

Creates an new PreValidationResponse instance.

Properties

Name Description
ValidationStatus

a status value indicating success or failure of validation

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PreValidationResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PreValidationResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPreValidationResponse.

FromJsonString(String)

Creates a new instance of PreValidationResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PreValidationResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to