SourceManagerCorrelationRule
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Type | Enum [ "RULE" ] | Type of object being referenced. | [optional] | 
| Id | String | Rule ID. | [optional] | 
| Name | String | Rule's human-readable display name. | [optional] | 
Examples
- Prepare the resource
 
$SourceManagerCorrelationRule = Initialize-SourceManagerCorrelationRule  -Type RULE `
 -Id 2c918085708c274401708c2a8a760001 `
 -Name Example Rule
- Convert the resource to JSON
 
$SourceManagerCorrelationRule | ConvertTo-JSON