Deployments
Get all the deployments at the given scope.
get/{scope}/providers/Microsoft.Resources/deployments/
Path parameters
scopestring required
The scope of a deployment.
Query parameters
$filterstring
The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
$topinteger
The number of results to get. If null is passed, returns all deployments.
api-versionstring required
The API version to use for this operation.
Response
OK - Returns an array of deployments.