Share via


StorageMoverList Class

Definition

List of Storage Movers.

[Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.StorageMoverListTypeConverter))]
public class StorageMoverList : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IStorageMoverList
[<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.StorageMoverListTypeConverter))>]
type StorageMoverList = class
    interface IStorageMoverList
    interface IJsonSerializable
Public Class StorageMoverList
Implements IStorageMoverList
Inheritance
StorageMoverList
Attributes
Implements

Constructors

StorageMoverList()

Creates an new StorageMoverList instance.

Properties

NextLink

Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageMoverList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageMoverList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IStorageMoverList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageMoverList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to