Share via


ValidateResponse Class

Definition

An Accepted response with an Operation-Location header.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ValidateResponseTypeConverter))]
public class ValidateResponse : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IValidateResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ValidateResponseTypeConverter))>]
type ValidateResponse = class
    interface IValidateResponse
    interface IJsonSerializable
Public Class ValidateResponse
Implements IValidateResponse
Inheritance
ValidateResponse
Attributes
Implements

Constructors

Name Description
ValidateResponse()

Creates an new ValidateResponse instance.

Properties

Name Description
Status

edge device validation status

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ValidateResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ValidateResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IValidateResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ValidateResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to