Deployments
Get all the deployments for a resource group.
get/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/
Path parameters
resourceGroupNamestring required
The name of the resource group with the deployments to get. The name is case insensitive.
subscriptionIdstring required
The ID of the target subscription.
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.