SavedSearchCompleteSearchResultsEntitlement
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Count | String | Number of rows in the table. | [required] |
| Noun | String | Type of object represented in the table. | [required] |
| Preview | []String[] | Sample of table data. | [required] |
Examples
- Prepare the resource
$SavedSearchCompleteSearchResultsEntitlement = Initialize-BetaSavedSearchCompleteSearchResultsEntitlement -Count 2 `
-Noun entitlements `
-Preview null
- Convert the resource to JSON
$SavedSearchCompleteSearchResultsEntitlement | ConvertTo-JSON