Bagikan melalui


TaskListResult Class

Definition

The collection of tasks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskListResultTypeConverter))]
public class TaskListResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskListResultTypeConverter))>]
type TaskListResult = class
    interface ITaskListResult
    interface IJsonSerializable
Public Class TaskListResult
Implements ITaskListResult
Inheritance
TaskListResult
Attributes
Implements

Constructors

TaskListResult()

Creates an new TaskListResult instance.

Properties

NextLink

The URI that can be used to request the next set of paged results.

Value

The collection value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TaskListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TaskListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TaskListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to