CreateResourceGroup
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[CreateResourceGroupResult]] createResourceGroup([[UserIDBean]] userID, String resourceGroup) | |
== Description == | == Description == | ||
− | + | Creates a new resource group for resources to be attached to. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | | | + | |String |
− | | | + | |resourceGroup |
− | | | + | |The name of the new resource group. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[CreateResourceGroupResult]] |
Latest revision as of 05:31, 10 June 2005
Contents |
[edit] Method
CreateResourceGroupResult createResourceGroup(UserIDBean userID, String resourceGroup)
[edit] Description
Creates a new resource group for resources to be attached to.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | resourceGroup | The name of the new resource group. |