CreateResourceGroupResult
From
(Difference between revisions)
m (→Success Mode) |
|||
Line 3: | Line 3: | ||
== Success Mode == | == Success Mode == | ||
− | The failure fields are | + | The failure fields are set to null, indicating there was no problem creating the new resource group. |
== Failure Modes == | == Failure Modes == |
Latest revision as of 21:36, 30 August 2005
[edit] Description
Returns the success or failure to create a new resource group.
[edit] Success Mode
The failure fields are set to null, indicating there was no problem creating the new 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. |
ResourceGroupExistsFailure | The resource group to be created, already exists on the server. |
ValidationFailure | One or more fields contained invalid values. |