id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| resource-objects-request |
ResourceObjectsRequest |
ResourceObjectsRequest |
ResourceObjectsRequest |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| ResourceObjectsRequest |
|
/tools/sdk/powershell/beta/models/resource-objects-request |
| SDK |
| Software Development Kit |
| ResourceObjectsRequest |
|
ResourceObjectsRequest
Properties
| Name |
Type |
Description |
Notes |
| ObjectType |
Pointer to String |
The type of resource objects to iterate over. |
[optional] [default to "account"] |
| MaxCount |
Pointer to Int32 |
The maximum number of resource objects to iterate over and return. |
[optional] [default to 25] |
Examples
- Convert the resource to JSON
[Back to top]