ExperimentListResult 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.
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() | |