你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FeatureValidationResponse Class

Definition

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.

Applies to