Share via


SupportedFeature Class

Definition

Elements class for feature request

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

Constructors

SupportedFeature()

Creates an new SupportedFeature instance.

Properties

ExposureControlledFeature

support feature type.

FeatureName

support feature type.

SupportStatus

feature support status

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedFeature.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedFeature.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISupportedFeature.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedFeature into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to