ResourceList Class

Definition

The list of Linker.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ResourceListTypeConverter))]
public class ResourceList : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IResourceList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ResourceListTypeConverter))>]
type ResourceList = class
    interface IResourceList
    interface IJsonSerializable
Public Class ResourceList
Implements IResourceList
Inheritance
ResourceList
Attributes
Implements

Constructors

ResourceList()

Creates an new ResourceList instance.

Properties

NextLink

The Linker used to get the next page of Linker list.

Value

The list of Linkers.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IResourceList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to