Share via


TaskModelCustomProperties Class

Definition

Task model custom properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.TaskModelCustomPropertiesTypeConverter))]
public class TaskModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ITaskModelCustomProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.TaskModelCustomPropertiesTypeConverter))>]
type TaskModelCustomProperties = class
    interface ITaskModelCustomProperties
    interface IJsonSerializable
Public Class TaskModelCustomProperties
Implements ITaskModelCustomProperties
Inheritance
TaskModelCustomProperties
Attributes
Implements

Constructors

TaskModelCustomProperties()

Creates an new TaskModelCustomProperties instance.

Properties

InstanceType

Gets or sets the instance type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TaskModelCustomProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TaskModelCustomProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ITaskModelCustomProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TaskModelCustomProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to