Compartilhar via


MoveCollectionResultList Class

Definition

Defines the collection of move collections.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveCollectionResultListTypeConverter))]
public class MoveCollectionResultList : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveCollectionResultList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveCollectionResultListTypeConverter))>]
type MoveCollectionResultList = class
    interface IMoveCollectionResultList
    interface IJsonSerializable
Public Class MoveCollectionResultList
Implements IMoveCollectionResultList
Inheritance
MoveCollectionResultList
Attributes
Implements

Constructors

Name Description
MoveCollectionResultList()

Creates an new MoveCollectionResultList instance.

Properties

Name Description
NextLink

Gets the value of next link.

Value

Gets the list of move collections.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MoveCollectionResultList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MoveCollectionResultList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveCollectionResultList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MoveCollectionResultList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to