Share via


MigrateProjectTags Class

Definition

Gets or sets the tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MigrateProjectTagsTypeConverter))]
public class MigrateProjectTags : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectTags
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MigrateProjectTagsTypeConverter))>]
type MigrateProjectTags = class
    interface IMigrateProjectTags
    interface IJsonSerializable
Public Class MigrateProjectTags
Implements IMigrateProjectTags
Inheritance
MigrateProjectTags
Attributes
Implements

Constructors

MigrateProjectTags()

Creates an new MigrateProjectTags instance.

Properties

AdditionalProperty

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrateProjectTags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrateProjectTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectTags.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrateProjectTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to