Automation Interface
public interface Automation
An immutable client-side representation of Automation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
List<Automation |
actions()
Gets the actions property: A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true. |
| abstract String |
description()
Gets the description property: The security automation description. |
| abstract String |
etag()
Gets the etag property: Entity tag is used for comparing two or more entities from the same requested resource. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Automation |
innerModel()
Gets the inner com. |
| abstract Boolean |
isEnabled()
Gets the is |
| abstract String |
kind()
Gets the kind property: Kind of the resource. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Automation |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Automation |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
List<Automation |
scopes()
Gets the scopes property: A collection of scopes on which the security automations logic is applied. |
|
abstract
List<Automation |
sources()
Gets the sources property: A collection of the source event types which evaluate the security automation set of rules. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Automation resource. |
|
abstract
Automation |
validate(AutomationInner automation)
Validates the security automation model before create or update. |
|
abstract
Response<Automation |
validateWithResponse(AutomationInner automation, Context context)
Validates the security automation model before create or update. |
Method Details
actions
public abstract List<AutomationAction> actions()
Gets the actions property: A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
Returns:
description
public abstract String description()
Gets the description property: The security automation description.
Returns:
etag
public abstract String etag()
Gets the etag property: Entity tag is used for comparing two or more entities from the same requested resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract AutomationInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.AutomationInner object.
Returns:
isEnabled
public abstract Boolean isEnabled()
Gets the isEnabled property: Indicates whether the security automation is enabled.
Returns:
kind
public abstract String kind()
Gets the kind property: Kind of the resource.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Automation refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Automation refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
scopes
public abstract List<AutomationScope> scopes()
Gets the scopes property: A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.
Returns:
sources
public abstract List<AutomationSource> sources()
Gets the sources property: A collection of the source event types which evaluate the security automation set of rules.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Automation.Update update()
Begins update for the Automation resource.
Returns:
validate
public abstract AutomationValidationStatus validate(AutomationInner automation)
Validates the security automation model before create or update. Any validation errors are returned to the client.
Parameters:
Returns:
validateWithResponse
public abstract Response<AutomationValidationStatus> validateWithResponse(AutomationInner automation, Context context)
Validates the security automation model before create or update. Any validation errors are returned to the client.
Parameters:
Returns: