MoveCollectionResultList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MoveCollectionResultList() |
Creates an new MoveCollectionResultList instance. |
Properties
NextLink |
Gets the value of next link. |
Value |
Gets the list of move collections. |
Methods
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. |