DROP RESOURCE GROUP
Descriptionβ
Drops the specified resource group.
Syntaxβ
DROP RESOURCE GROUP <resource_group_name>
Parametersβ
Parameter | Description |
---|---|
resource_group_name | Name of the resource group to be dropped. |
Exampleβ
Example 1: Drops the resource group rg1
.
DROP RESOURCE GROUP rg1;