Class PlaybookActionProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.PlaybookActionProperties
The PlaybookActionProperties model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the logicAppResourceId property: The resource id of the playbook resource.tenantId()
Get the tenantId property: The tenant id of the playbook resource.void
validate()
Validates the instance.withLogicAppResourceId
(String logicAppResourceId) Set the logicAppResourceId property: The resource id of the playbook resource.withTenantId
(UUID tenantId) Set the tenantId property: The tenant id of the playbook resource.
-
Constructor Details
-
PlaybookActionProperties
public PlaybookActionProperties()
-
-
Method Details
-
logicAppResourceId
Get the logicAppResourceId property: The resource id of the playbook resource.- Returns:
- the logicAppResourceId value.
-
withLogicAppResourceId
Set the logicAppResourceId property: The resource id of the playbook resource.- Parameters:
logicAppResourceId
- the logicAppResourceId value to set.- Returns:
- the PlaybookActionProperties object itself.
-
tenantId
Get the tenantId property: The tenant id of the playbook resource.- Returns:
- the tenantId value.
-
withTenantId
Set the tenantId property: The tenant id of the playbook resource.- Parameters:
tenantId
- the tenantId value to set.- Returns:
- the PlaybookActionProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-