GuestAgentList Class

Definition

List of GuestAgent.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.GuestAgentListTypeConverter))]
public class GuestAgentList : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGuestAgentList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.GuestAgentListTypeConverter))>]
type GuestAgentList = class
    interface IGuestAgentList
    interface IJsonSerializable
Public Class GuestAgentList
Implements IGuestAgentList
Inheritance
GuestAgentList
Attributes
Implements

Constructors

GuestAgentList()

Creates an new GuestAgentList instance.

Properties

NextLink

Url to follow for getting next page of GuestAgent.

Value

Array of GuestAgent

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GuestAgentList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GuestAgentList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGuestAgentList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GuestAgentList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to