RetrieveSubGroupsResourceGroupRequest Class
Specifies the parameters needed to retrieve the collection of the child resource groups of the specified resource group (scheduling group).
The RetrieveSubGroupsResourceGroupRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RetrieveSubGroupsResourceGroupRequest | Initializes a new instance of the RetrieveSubGroupsResourceGroupRequest class. |
Field | Description |
Query | Specifies the query for the operation. |
ResourceGroupId | Specifies the ID of the resource group. |
ReturnDynamicEntities | Specifies whether the result of the operation contains a collection of instances of the resourcegroup class or the DynamicEntity class. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also