Share via


AgentList Class

Definition

List of Agents.

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

Constructors

AgentList()

Creates an new AgentList 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 AgentList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to