RetrieveByGroupResourceRequest Class
Specifies the parameters needed to retrieve all resources related to the specified resource group.
The RetrieveByGroupResourceRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RetrieveByGroupResourceRequest | Initializes a new instance of the RetrieveByGroupResourceRequest 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 resource class or the DynamicEntity class. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also