Interface AutomationRule
public interface AutomationRule
An immutable client-side representation of AutomationRule.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the AutomationRule definition.static interface
The AutomationRule definition stages.static interface
The template for AutomationRule update.static interface
The AutomationRule update stages. -
Method Summary
Modifier and TypeMethodDescriptionactions()
Gets the actions property: The actions to execute when the automation rule is triggered.Gets the createdBy property: Information on the client (user or application) that made some action.Gets the createdTimeUtc property: The time the automation rule was created.Gets the displayName property: The display name of the automation rule.etag()
Gets the etag property: Etag of the azure resource.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.AutomationRuleInner object.Gets the lastModifiedBy property: Information on the client (user or application) that made some action.Gets the lastModifiedTimeUtc property: The last time the automation rule was updated.name()
Gets the name property: The name of the resource.int
order()
Gets the order property: The order of execution of the automation rule.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.com.azure.core.management.SystemData
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.Gets the triggeringLogic property: Describes automation rule triggering logic.type()
Gets the type property: The type of the resource.update()
Begins update for the AutomationRule resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
etag
String etag()Gets the etag property: Etag of the azure resource.- Returns:
- the etag value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
displayName
String displayName()Gets the displayName property: The display name of the automation rule.- Returns:
- the displayName value.
-
order
int order()Gets the order property: The order of execution of the automation rule.- Returns:
- the order value.
-
triggeringLogic
AutomationRuleTriggeringLogic triggeringLogic()Gets the triggeringLogic property: Describes automation rule triggering logic.- Returns:
- the triggeringLogic value.
-
actions
List<AutomationRuleAction> actions()Gets the actions property: The actions to execute when the automation rule is triggered.- Returns:
- the actions value.
-
lastModifiedTimeUtc
OffsetDateTime lastModifiedTimeUtc()Gets the lastModifiedTimeUtc property: The last time the automation rule was updated.- Returns:
- the lastModifiedTimeUtc value.
-
createdTimeUtc
OffsetDateTime createdTimeUtc()Gets the createdTimeUtc property: The time the automation rule was created.- Returns:
- the createdTimeUtc value.
-
lastModifiedBy
ClientInfo lastModifiedBy()Gets the lastModifiedBy property: Information on the client (user or application) that made some action.- Returns:
- the lastModifiedBy value.
-
createdBy
ClientInfo createdBy()Gets the createdBy property: Information on the client (user or application) that made some action.- Returns:
- the createdBy value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
AutomationRuleInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.AutomationRuleInner object.- Returns:
- the inner object.
-
update
AutomationRule.Update update()Begins update for the AutomationRule resource.- Returns:
- the stage of resource update.
-
refresh
AutomationRule refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-