◆ deleteResourceGroup() [1/2]
| inline |
Deletes a resource group.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 32239 of file KineticaFunctions.cs.
◆ deleteResourceGroup() [2/2]
| inline |
Deletes a resource group.
Parameters
| name | Name of the resource group to be deleted. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 32296 of file KineticaFunctions.cs.
◆ DeleteResourceGroupAsync() [1/2]
| inline |
Deletes a resource group.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 32254 of file KineticaFunctions.cs.
◆ DeleteResourceGroupAsync() [2/2]
| inline |
Deletes a resource group.
(async)
Parameters
| name | Name of the resource group to be deleted. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 32338 of file KineticaFunctions.cs.