A set of parameters for Kinetica.deleteResourceGroup.
More...
A set of parameters for Kinetica.deleteResourceGroup.
Deletes a resource group.
Definition at line 15 of file DeleteResourceGroup.cs.
◆ DeleteResourceGroupRequest() [1/4]
kinetica.DeleteResourceGroupRequest.DeleteResourceGroupRequest |
( |
| ) |
|
|
inline |
◆ DeleteResourceGroupRequest() [2/4]
kinetica.DeleteResourceGroupRequest.DeleteResourceGroupRequest |
( |
string |
name, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a DeleteResourceGroupRequest object with the specified parameters.
- Parameters
-
name | Name of the resource group to be deleted. |
options | Optional parameters.
-
CASCADE_DELETE: If TRUE, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. |
Definition at line 99 of file DeleteResourceGroup.cs.
◆ DeleteResourceGroupRequest() [3/4]
kinetica.DeleteResourceGroupRequest.DeleteResourceGroupRequest |
( |
| ) |
|
|
inline |
◆ DeleteResourceGroupRequest() [4/4]
kinetica.DeleteResourceGroupRequest.DeleteResourceGroupRequest |
( |
string |
name, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a DeleteResourceGroupRequest object with the specified parameters.
- Parameters
-
name | Name of the resource group to be deleted. |
options | Optional parameters.
-
CASCADE_DELETE: If TRUE, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. |
Definition at line 99 of file DeleteResourceGroup.cs.
◆ name
string kinetica.DeleteResourceGroupRequest.name |
|
getset |
◆ options
IDictionary< string, string > kinetica.DeleteResourceGroupRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
CASCADE_DELETE: If TRUE, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist. Supported values:
The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 66 of file DeleteResourceGroup.cs.
The documentation for this class was generated from the following file: