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