public class RuleManagementEventDataSource extends RuleDataSource
| Constructor and Description |
|---|
RuleManagementEventDataSource() |
| Modifier and Type | Method and Description |
|---|---|
RuleManagementEventClaimsDataSource |
claims()
Get the claims property: the claims.
|
String |
eventName()
Get the eventName property: the event name.
|
String |
eventSource()
Get the eventSource property: the event source.
|
String |
level()
Get the level property: the level.
|
String |
operationName()
Get the operationName property: The name of the operation that should be checked for.
|
String |
resourceGroupName()
Get the resourceGroupName property: the resource group name.
|
String |
resourceProviderName()
Get the resourceProviderName property: the resource provider name.
|
String |
status()
Get the status property: The status of the operation that should be checked for.
|
String |
subStatus()
Get the subStatus property: the substatus.
|
void |
validate()
Validates the instance.
|
RuleManagementEventDataSource |
withClaims(RuleManagementEventClaimsDataSource claims)
Set the claims property: the claims.
|
RuleManagementEventDataSource |
withEventName(String eventName)
Set the eventName property: the event name.
|
RuleManagementEventDataSource |
withEventSource(String eventSource)
Set the eventSource property: the event source.
|
RuleManagementEventDataSource |
withLevel(String level)
Set the level property: the level.
|
RuleManagementEventDataSource |
withOperationName(String operationName)
Set the operationName property: The name of the operation that should be checked for.
|
RuleManagementEventDataSource |
withResourceGroupName(String resourceGroupName)
Set the resourceGroupName property: the resource group name.
|
RuleManagementEventDataSource |
withResourceProviderName(String resourceProviderName)
Set the resourceProviderName property: the resource provider name.
|
RuleManagementEventDataSource |
withStatus(String status)
Set the status property: The status of the operation that should be checked for.
|
RuleManagementEventDataSource |
withSubStatus(String subStatus)
Set the subStatus property: the substatus.
|
resourceUri, withResourceUripublic String eventName()
public RuleManagementEventDataSource withEventName(String eventName)
eventName - the eventName value to set.public String eventSource()
public RuleManagementEventDataSource withEventSource(String eventSource)
eventSource - the eventSource value to set.public String level()
public RuleManagementEventDataSource withLevel(String level)
level - the level value to set.public String operationName()
public RuleManagementEventDataSource withOperationName(String operationName)
operationName - the operationName value to set.public String resourceGroupName()
public RuleManagementEventDataSource withResourceGroupName(String resourceGroupName)
resourceGroupName - the resourceGroupName value to set.public String resourceProviderName()
public RuleManagementEventDataSource withResourceProviderName(String resourceProviderName)
resourceProviderName - the resourceProviderName value to set.public String status()
public RuleManagementEventDataSource withStatus(String status)
status - the status value to set.public String subStatus()
public RuleManagementEventDataSource withSubStatus(String subStatus)
subStatus - the subStatus value to set.public RuleManagementEventClaimsDataSource claims()
public RuleManagementEventDataSource withClaims(RuleManagementEventClaimsDataSource claims)
claims - the claims value to set.public void validate()
validate in class RuleDataSourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.