TargetListResult Class

Definition

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

Applies to