ExperimentListResult Class

Definition

Model that represents a list of Experiment resources and a link for pagination.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentListResultTypeConverter))]
public class ExperimentListResult : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentListResultTypeConverter))>]
type ExperimentListResult = class
    interface IExperimentListResult
    interface IJsonSerializable
Public Class ExperimentListResult
Implements IExperimentListResult
Inheritance
ExperimentListResult
Attributes
Implements

Constructors

Name Description
ExperimentListResult()

Creates an new ExperimentListResult instance.

Properties

Name Description
NextLink

URL to retrieve the next page of Experiment resources.

Value

List of Experiment resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExperimentListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExperimentListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExperimentListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to