Compartir a través de


MigrationServiceListResult Class

Definition

A list of Migration Service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.MigrationServiceListResultTypeConverter))]
public class MigrationServiceListResult : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationServiceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.MigrationServiceListResultTypeConverter))>]
type MigrationServiceListResult = class
    interface IMigrationServiceListResult
    interface IJsonSerializable
Public Class MigrationServiceListResult
Implements IMigrationServiceListResult
Inheritance
MigrationServiceListResult
Attributes
Implements

Constructors

Name Description
MigrationServiceListResult()

Creates an new MigrationServiceListResult instance.

Properties

Name Description
NextLink
Value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrationServiceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrationServiceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationServiceListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrationServiceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to