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