TaskRunListResult 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 task runs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskRunListResultTypeConverter))]
public class TaskRunListResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskRunListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskRunListResultTypeConverter))>]
type TaskRunListResult = class
interface ITaskRunListResult
interface IJsonSerializable
Public Class TaskRunListResult
Implements ITaskRunListResult
- Inheritance
-
TaskRunListResult
- Attributes
- Implements
Constructors
TaskRunListResult() |
Creates an new TaskRunListResult 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 TaskRunListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TaskRunListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskRunListResult. |
FromJsonString(String) |
Creates a new instance of TaskRunListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TaskRunListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |