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

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