DeleteResourceGroupResult
From
(Difference between revisions)
Latest revision as of 05:48, 10 June 2005
[edit] Description
Returns the success or failure to delete the specified resource group.
[edit] Success Mode
All the failure fields are null, inidicating there was no problem deleting the existing resource group.
[edit] 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. |