ResourceObjectsRequest
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| ObjectType | String | The type of resource objects to iterate over. | [optional] [default to "account"] | 
| MaxCount | Int32 | The maximum number of resource objects to iterate over and return. | [optional] [default to 25] | 
Examples
- Prepare the resource
$ResourceObjectsRequest = Initialize-BetaResourceObjectsRequest  -ObjectType group `
 -MaxCount 100
- Convert the resource to JSON
$ResourceObjectsRequest | ConvertTo-JSON