ExperimentExecutionListResult 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 executions and a link for pagination.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionListResultTypeConverter))]
public class ExperimentExecutionListResult : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentExecutionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentExecutionListResultTypeConverter))>]
type ExperimentExecutionListResult = class
interface IExperimentExecutionListResult
interface IJsonSerializable
Public Class ExperimentExecutionListResult
Implements IExperimentExecutionListResult
- Inheritance
-
ExperimentExecutionListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExperimentExecutionListResult() |
Creates an new ExperimentExecutionListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
URL to retrieve the next page of Experiment executions. |
| Value |
List of Experiment executions. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExperimentExecutionListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExperimentExecutionListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentExecutionListResult. |
| FromJsonString(String) |
Creates a new instance of ExperimentExecutionListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExperimentExecutionListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |