SupportedFeature 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.
Elements class for feature request
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.SupportedFeatureTypeConverter))]
public class SupportedFeature : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.ISupportedFeature
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.SupportedFeatureTypeConverter))>]
type SupportedFeature = class
interface ISupportedFeature
interface IJsonSerializable
Public Class SupportedFeature
Implements ISupportedFeature
- Inheritance
-
SupportedFeature
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SupportedFeature() |
Creates an new SupportedFeature instance. |
Properties
| Name | Description |
|---|---|
| ExposureControlledFeature |
support feature type. |
| FeatureName |
support feature type. |
| SupportStatus |
feature support status |
Methods
| Name | Description |
|---|---|
| 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.Api202501.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. |