Bagikan melalui


AgentVersionsList Class

Definition

Describes AgentVersions List.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.AgentVersionsListTypeConverter))]
public class AgentVersionsList : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAgentVersionsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.AgentVersionsListTypeConverter))>]
type AgentVersionsList = class
    interface IAgentVersionsList
    interface IJsonSerializable
Public Class AgentVersionsList
Implements IAgentVersionsList
Inheritance
AgentVersionsList
Attributes
Implements

Constructors

AgentVersionsList()

Creates an new AgentVersionsList instance.

Properties

NextLink

The URI to fetch the next 10 available Agent Versions.

Value

The list of available Agent Versions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AgentVersionsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentVersionsList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAgentVersionsList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentVersionsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to