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

StreamDeclaration Class

Definition

Declaration of a custom stream.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.StreamDeclarationTypeConverter))]
public class StreamDeclaration : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IStreamDeclaration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.StreamDeclarationTypeConverter))>]
type StreamDeclaration = class
    interface IStreamDeclaration
    interface IJsonSerializable
Public Class StreamDeclaration
Implements IStreamDeclaration
Inheritance
StreamDeclaration
Attributes
Implements

Constructors

StreamDeclaration()

Creates an new StreamDeclaration instance.

Properties

Column

List of columns used by data in this stream.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StreamDeclaration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StreamDeclaration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IStreamDeclaration.

FromJsonString(String)

Creates a new instance of StreamDeclaration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StreamDeclaration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to