你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputListResult Class

Definition

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.

Applies to