ResourceList 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.
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. |