AccountResourceList Class

Definition

The list of accounts.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.AccountResourceListTypeConverter))]
public class AccountResourceList : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.IAccountResourceList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.AccountResourceListTypeConverter))>]
type AccountResourceList = class
    interface IAccountResourceList
    interface IJsonSerializable
Public Class AccountResourceList
Implements IAccountResourceList
Inheritance
AccountResourceList
Attributes
Implements

Constructors

Name Description
AccountResourceList()

Creates an new AccountResourceList instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The list of recommendations.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountResourceList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountResourceList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.IAccountResourceList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountResourceList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to