Partager via


MonitoringSignalBase Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MonitoringSignalBaseTypeConverter))]
public class MonitoringSignalBase : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringSignalBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MonitoringSignalBaseTypeConverter))>]
type MonitoringSignalBase = class
    interface IMonitoringSignalBase
    interface IJsonSerializable
Public Class MonitoringSignalBase
Implements IMonitoringSignalBase
Inheritance
MonitoringSignalBase
Attributes
Implements

Constructors

MonitoringSignalBase()

Creates an new MonitoringSignalBase instance.

Properties

NotificationType

The current notification mode for this signal.

Property

Property dictionary. Properties can be added, but not removed or altered.

SignalType

[Required] Specifies the type of signal to monitor.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitoringSignalBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitoringSignalBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringSignalBase. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringSignalBase interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitoringSignalBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to