◆ 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 32289 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 32346 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 32304 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 32388 of file KineticaFunctions.cs.