Share via


RuleManagementEventDataSource Constructors

Definition

Overloads

RuleManagementEventDataSource()

Initializes a new instance of the RuleManagementEventDataSource class.

RuleManagementEventDataSource(String, String, String, String, String, String, String, String, String, String, String, String, RuleManagementEventClaimsDataSource)

Initializes a new instance of the RuleManagementEventDataSource class.

RuleManagementEventDataSource()

Initializes a new instance of the RuleManagementEventDataSource class.

public RuleManagementEventDataSource ();
Public Sub New ()

Applies to

RuleManagementEventDataSource(String, String, String, String, String, String, String, String, String, String, String, String, RuleManagementEventClaimsDataSource)

Initializes a new instance of the RuleManagementEventDataSource class.

public RuleManagementEventDataSource (string resourceUri = default, string legacyResourceId = default, string resourceLocation = default, string metricNamespace = default, string eventName = default, string eventSource = default, string level = default, string operationName = default, string resourceGroupName = default, string resourceProviderName = default, string status = default, string subStatus = default, Microsoft.Azure.Management.Monitor.Models.RuleManagementEventClaimsDataSource claims = default);
new Microsoft.Azure.Management.Monitor.Models.RuleManagementEventDataSource : string * string * string * string * string * string * string * string * string * string * string * string * Microsoft.Azure.Management.Monitor.Models.RuleManagementEventClaimsDataSource -> Microsoft.Azure.Management.Monitor.Models.RuleManagementEventDataSource
Public Sub New (Optional resourceUri As String = Nothing, Optional legacyResourceId As String = Nothing, Optional resourceLocation As String = Nothing, Optional metricNamespace As String = Nothing, Optional eventName As String = Nothing, Optional eventSource As String = Nothing, Optional level As String = Nothing, Optional operationName As String = Nothing, Optional resourceGroupName As String = Nothing, Optional resourceProviderName As String = Nothing, Optional status As String = Nothing, Optional subStatus As String = Nothing, Optional claims As RuleManagementEventClaimsDataSource = Nothing)

Parameters

resourceUri
String

the resource identifier of the resource the rule monitors. NOTE: this property cannot be updated for an existing rule.

legacyResourceId
String

the legacy resource identifier of the resource the rule monitors. NOTE: this property cannot be updated for an existing rule.

resourceLocation
String

the location of the resource.

metricNamespace
String

the namespace of the metric.

eventName
String

the event name.

eventSource
String

the event source.

level
String

the level.

operationName
String

The name of the operation that should be checked for. If no name is provided, any operation will match.

resourceGroupName
String

the resource group name.

resourceProviderName
String

the resource provider name.

status
String

The status of the operation that should be checked for. If no status is provided, any status will match.

subStatus
String

the substatus.

Applies to