StreamDeclaration 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.
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() |