AgentVersionsList 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.
Describes AgentVersions List.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.AgentVersionsListTypeConverter))]
public class AgentVersionsList : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IAgentVersionsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.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.StackHCIVM.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() |