FeatureValidationResponse 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.
Feature Validation Response
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.FeatureValidationResponseTypeConverter))]
public class FeatureValidationResponse : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IFeatureValidationResponse, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.FeatureValidationResponseTypeConverter))>]
type FeatureValidationResponse = class
interface IFeatureValidationResponse
interface IJsonSerializable
interface IFeatureValidationResponseBase
interface IValidates
Public Class FeatureValidationResponse
Implements IFeatureValidationResponse, IValidates
- Inheritance
-
FeatureValidationResponse
- Attributes
- Implements
Constructors
FeatureValidationResponse() |
Creates an new FeatureValidationResponse instance. |
Properties
Feature |
Response features |
FeatureType |
backup support feature type. |
ObjectType |
Type of the specific object - used for deserializing |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeatureValidationResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeatureValidationResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IFeatureValidationResponse. |
FromJsonString(String) |
Creates a new instance of FeatureValidationResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeatureValidationResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |