Share via


FeatureValidationResponseBase Class

Definition

Base class for Backup Feature support

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.FeatureValidationResponseBaseTypeConverter))]
public class FeatureValidationResponseBase : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IFeatureValidationResponseBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.FeatureValidationResponseBaseTypeConverter))>]
type FeatureValidationResponseBase = class
    interface IFeatureValidationResponseBase
    interface IJsonSerializable
Public Class FeatureValidationResponseBase
Implements IFeatureValidationResponseBase
Inheritance
FeatureValidationResponseBase
Attributes
Implements

Constructors

FeatureValidationResponseBase()

Creates an new FeatureValidationResponseBase instance.

Properties

ObjectType

Type of the specific object - used for deserializing

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FeatureValidationResponseBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FeatureValidationResponseBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IFeatureValidationResponseBase. Note: the Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IFeatureValidationResponseBase interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FeatureValidationResponseBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to