Interface InnerSupportsDelete<ResponseT>

    • Method Detail

      • deleteAsync

        Mono<ResponseT> deleteAsync​(String resourceGroupName,
                                    String resourceName)
        Deletes a resource asynchronously.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        resourceName - The name of the resource within specified resource group.
        Returns:
        the Mono object if successful.