Class ActionResponseInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
com.azure.resourcemanager.securityinsights.fluent.models.ActionResponseInner
Action for alert rule.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.void
validate()
Validates the instance.Set the etag property: Etag of the azure resource.withLogicAppResourceId
(String logicAppResourceId) Set the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.withWorkflowId
(String workflowId) Set the workflowId property: The name of the logic app's workflow.Get the workflowId property: The name of the logic app's workflow.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
etag, systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ActionResponseInner
public ActionResponseInner()
-
-
Method Details
-
withEtag
Set the etag property: Etag of the azure resource.- Overrides:
withEtag
in classResourceWithEtag
- Parameters:
etag
- the etag value to set.- Returns:
- the ResourceWithEtag object itself.
-
workflowId
Get the workflowId property: The name of the logic app's workflow.- Returns:
- the workflowId value.
-
withWorkflowId
Set the workflowId property: The name of the logic app's workflow.- Parameters:
workflowId
- the workflowId value to set.- Returns:
- the ActionResponseInner object itself.
-
logicAppResourceId
Get the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.- Returns:
- the logicAppResourceId value.
-
withLogicAppResourceId
Set the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.- Parameters:
logicAppResourceId
- the logicAppResourceId value to set.- Returns:
- the ActionResponseInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classResourceWithEtag
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-