Feature 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |