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