Udostępnij przez


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

Name Description
StreamDeclaration()

Creates an new StreamDeclaration instance.

Properties

Name Description
Column

List of columns used by data in this stream.

Methods

Name Description
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