Class RuleManagementEventDataSource
java.lang.Object
com.microsoft.azure.management.monitor.RuleDataSource
com.microsoft.azure.management.monitor.RuleManagementEventDataSource
A rule management event data source. The discriminator fields is always
RuleManagementEventDataSource in this case.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclaims()
Get the claims.Get the event name.Get the event source.level()
Get the level.Get the name of the operation that should be checked for.Get the resource group name.Get the resource provider name.status()
Get the status of the operation that should be checked for.Get the substatus.Set the claims.withEventName
(String eventName) Set the event name.withEventSource
(String eventSource) Set the event source.Set the level.withOperationName
(String operationName) Set the name of the operation that should be checked for.withResourceGroupName
(String resourceGroupName) Set the resource group name.withResourceProviderName
(String resourceProviderName) Set the resource provider name.withStatus
(String status) Set the status of the operation that should be checked for.withSubStatus
(String subStatus) Set the substatus.Methods inherited from class com.microsoft.azure.management.monitor.RuleDataSource
resourceUri, withResourceUri
-
Constructor Details
-
RuleManagementEventDataSource
public RuleManagementEventDataSource()
-
-
Method Details
-
eventName
Get the event name.- Returns:
- the eventName value
-
withEventName
Set the event name.- Parameters:
eventName
- the eventName value to set- Returns:
- the RuleManagementEventDataSource object itself.
-
eventSource
Get the event source.- Returns:
- the eventSource value
-
withEventSource
Set the event source.- Parameters:
eventSource
- the eventSource value to set- Returns:
- the RuleManagementEventDataSource object itself.
-
level
Get the level.- Returns:
- the level value
-
withLevel
Set the level.- Parameters:
level
- the level value to set- Returns:
- the RuleManagementEventDataSource object itself.
-
operationName
Get the name of the operation that should be checked for. If no name is provided, any operation will match.- Returns:
- the operationName value
-
withOperationName
Set the name of the operation that should be checked for. If no name is provided, any operation will match.- Parameters:
operationName
- the operationName value to set- Returns:
- the RuleManagementEventDataSource object itself.
-
resourceGroupName
Get the resource group name.- Returns:
- the resourceGroupName value
-
withResourceGroupName
Set the resource group name.- Parameters:
resourceGroupName
- the resourceGroupName value to set- Returns:
- the RuleManagementEventDataSource object itself.
-
resourceProviderName
Get the resource provider name.- Returns:
- the resourceProviderName value
-
withResourceProviderName
Set the resource provider name.- Parameters:
resourceProviderName
- the resourceProviderName value to set- Returns:
- the RuleManagementEventDataSource object itself.
-
status
Get the status of the operation that should be checked for. If no status is provided, any status will match.- Returns:
- the status value
-
withStatus
Set the status of the operation that should be checked for. If no status is provided, any status will match.- Parameters:
status
- the status value to set- Returns:
- the RuleManagementEventDataSource object itself.
-
subStatus
Get the substatus.- Returns:
- the subStatus value
-
withSubStatus
Set the substatus.- Parameters:
subStatus
- the subStatus value to set- Returns:
- the RuleManagementEventDataSource object itself.
-
claims
Get the claims.- Returns:
- the claims value
-
withClaims
Set the claims.- Parameters:
claims
- the claims value to set- Returns:
- the RuleManagementEventDataSource object itself.
-