OutputListResult 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.
Object containing a list of outputs under a streaming job.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.OutputListResultTypeConverter))]
public class OutputListResult : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutputListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.OutputListResultTypeConverter))>]
type OutputListResult = class
interface IOutputListResult
interface IJsonSerializable
Public Class OutputListResult
Implements IOutputListResult
- Inheritance
-
OutputListResult
- Attributes
- Implements
Constructors
OutputListResult() |
Creates an new OutputListResult instance. |
Properties
NextLink |
The link (url) to the next page of results. |
Value |
A list of outputs under a streaming job. Populated by a 'List' operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OutputListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OutputListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutputListResult. |
FromJsonString(String) |
Creates a new instance of OutputListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OutputListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |