DeleteResourceGroupResult
From
Description
Returns the success or failure to delete the specified resource group.
Success Mode
All the failure fields are null, inidicating there was no problem deleting the existing resource group.
Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
ResourceGroupNotFoundFailure | A resource group with a name matching the reqested resource group name was not found on the server. |
ValidationFailure | One or more fields contained invalid values. |