Share via


Feature Class

Definition

Feature in the guest virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.FeatureTypeConverter))]
public class Feature : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.FeatureTypeConverter))>]
type Feature = class
    interface IFeature
    interface IJsonSerializable
Public Class Feature
Implements IFeature
Inheritance
Feature
Attributes
Implements

Constructors

Feature()

Creates an new Feature instance.

Properties

Name

Name of the Feature.

Parent

Parent of the Feature.

Status

Status of the Feature.

Type

FeatureType of the Feature.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Feature.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Feature.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Feature into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to