Share via


RegistrationResult Class

Definition

Class representing the registration status of a tool with the migrate project.

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

Constructors

RegistrationResult()

Creates an new RegistrationResult instance.

Properties

IsRegistered

Gets or sets a value indicating whether the tool is registered or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegistrationResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegistrationResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegistrationResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to