Language

LoadTestResourcePageList Class

Definition

List of resources page result.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.LoadTestResourcePageListTypeConverter))]
public class LoadTestResourcePageList : Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.ILoadTestResourcePageList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.LoadTestResourcePageListTypeConverter))>]
type LoadTestResourcePageList = class
    interface ILoadTestResourcePageList
    interface IJsonSerializable
Public Class LoadTestResourcePageList
Implements ILoadTestResourcePageList
Inheritance
LoadTestResourcePageList
Attributes
Implements

Constructors

Name Description
LoadTestResourcePageList()

Creates an new LoadTestResourcePageList instance.

Properties

Name Description
NextLink

Link to next page of resources.

Value

List of resources in current page.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LoadTestResourcePageList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoadTestResourcePageList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.ILoadTestResourcePageList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LoadTestResourcePageList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to