AlertRuleTemplateDataSource 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.
alert rule template data sources
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRuleTemplateDataSourceTypeConverter))]
public class AlertRuleTemplateDataSource : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRuleTemplateDataSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRuleTemplateDataSourceTypeConverter))>]
type AlertRuleTemplateDataSource = class
interface IAlertRuleTemplateDataSource
interface IJsonSerializable
Public Class AlertRuleTemplateDataSource
Implements IAlertRuleTemplateDataSource
- Inheritance
-
AlertRuleTemplateDataSource
- Attributes
- Implements
Constructors
AlertRuleTemplateDataSource() |
Creates an new AlertRuleTemplateDataSource instance. |
Properties
ConnectorId |
The connector id that provides the following data types |
DataType |
The data types used by the alert rule template |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AlertRuleTemplateDataSource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AlertRuleTemplateDataSource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRuleTemplateDataSource. |
FromJsonString(String) |
Creates a new instance of AlertRuleTemplateDataSource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AlertRuleTemplateDataSource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |