AutomationRuleRunPlaybookActionProperties(ResourceIdentifier) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AutomationRuleRunPlaybookActionProperties.
public AutomationRuleRunPlaybookActionProperties (Azure.Core.ResourceIdentifier logicAppResourceId);
new Azure.ResourceManager.SecurityInsights.Models.AutomationRuleRunPlaybookActionProperties : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.Models.AutomationRuleRunPlaybookActionProperties
Public Sub New (logicAppResourceId As ResourceIdentifier)
Parameters
- logicAppResourceId
- ResourceIdentifier
The resource id of the playbook resource.
Exceptions
logicAppResourceId
is null.